lgy 2 weeks ago
parent
commit
d8b2a4cff2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/admin/library/Auth.php

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

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