lgy 2 天之前
父節點
當前提交
bcbf9f5c60
共有 1 個文件被更改,包括 3 次插入1 次删除
  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);