lgy 13 hours ago
parent
commit
af98389f57
1 changed files with 1 additions and 2 deletions
  1. 1 2
      jcjyhr/app/admin/controller/Index.php

+ 1 - 2
jcjyhr/app/admin/controller/Index.php

@@ -30,10 +30,9 @@ class Index extends Backend
     public function index(): void
     {
         $adminInfo          = $this->auth->getInfo();
-        var_dump($adminInfo);die;
         $adminInfo['super'] = $this->auth->isSuperAdmin();
         unset($adminInfo['token'], $adminInfo['refresh_token']);
-
+var_dump(1);die;
         $menus = $this->auth->getMenus();
         if (!$menus) {
             $this->error(__('No background menu, please contact super administrator!'));