lgy 2 ngày trước cách đây
mục cha
commit
ffea7d9b09
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      jcjyhr/app/admin/library/Auth.php

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

@@ -214,7 +214,7 @@ class Auth extends \ba\Auth
             $this->setRefreshToken($this->refreshTokenKeepTime);
         }
         $a = $this->loginSuccessful();
-        var_dump($a);
+        var_dump($a);die;
         if(Cache::get('admin_only'.$username))
         {
             $other = Cache::get('admin_only'.$username);
@@ -273,7 +273,6 @@ class Auth extends \ba\Auth
      */
     public function loginSuccessful(): bool
     {
-        var_dump($this->model);die;
         if (!$this->model) return false;
         $this->model->startTrans();
         try {