mirror of https://gitee.com/karson/fastadmin.git
commit
62283eb2e9
|
|
@ -77,6 +77,7 @@ class Auth extends \fast\Auth
|
|||
}
|
||||
$admin->token = '';
|
||||
$admin->save();
|
||||
$this->logined = false; //重置登录状态
|
||||
Session::delete("admin");
|
||||
Cookie::delete("keeplogin");
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue