Commit fd2b97a7 by 汪伟伟

1

parent d147cd23
......@@ -14,9 +14,9 @@ class HomeController extends Controller
{
public function index(Content $content)
{
// if ((Admin::user())->is_admin == 0){
// return response()->redirectTo('/receive');
// }
if ((Admin::user())->is_admin == 0){
return response()->redirectTo('/noDone');
}
return $content
->header('Dashboard')
->description('Description...')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment