lgy 1 day ago
parent
commit
bcbf9f5c60
1 changed files with 3 additions and 1 deletions
  1. 3 1
      jcjyhr/app/admin/library/Auth.php

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

@@ -213,7 +213,9 @@ class Auth extends \ba\Auth
         if ($keep) {
             $this->setRefreshToken($this->refreshTokenKeepTime);
         }
-        $this->loginSuccessful();
+        var_dump($this->model);
+        $a = $this->loginSuccessful();
+        var_dump($a);
         if(Cache::get('admin_only'.$username))
         {
             $other = Cache::get('admin_only'.$username);