Commit fd2b97a7 by 汪伟伟

1

parent d147cd23
...@@ -14,9 +14,9 @@ class HomeController extends Controller ...@@ -14,9 +14,9 @@ class HomeController extends Controller
{ {
public function index(Content $content) public function index(Content $content)
{ {
// if ((Admin::user())->is_admin == 0){ if ((Admin::user())->is_admin == 0){
// return response()->redirectTo('/receive'); return response()->redirectTo('/noDone');
// } }
return $content return $content
->header('Dashboard') ->header('Dashboard')
->description('Description...') ->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