lgy 2 days ago
parent
commit
48bf907b7c
2 changed files with 1 additions and 1 deletions
  1. 1 0
      jcjyhr/app/admin/controller/Index.php
  2. 0 1
      jcjyhr/app/admin/library/Auth.php

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

@@ -34,6 +34,7 @@ class Index extends Backend
         unset($adminInfo['token'], $adminInfo['refresh_token']);
 
         $menus = $this->auth->getMenus();
+        var_dump(1);die;
         if (!$menus) {
             $this->error(__('No background menu, please contact super administrator!'));
         }

+ 0 - 1
jcjyhr/app/admin/library/Auth.php

@@ -425,7 +425,6 @@ class Auth extends \ba\Auth
 
     public function getRuleIds(int $uid = 0): array
     {
-        var_dump($this->id);die;
         return parent::getRuleIds($uid ?: $this->id);
     }