mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Login.php
This commit is contained in:
parent
6ae1789cc5
commit
983496fd9c
@ -129,7 +129,6 @@ class Login extends Controller
|
|||||||
*/
|
*/
|
||||||
public function out()
|
public function out()
|
||||||
{
|
{
|
||||||
$this->app->session->clear();
|
|
||||||
$this->app->session->destroy();
|
$this->app->session->destroy();
|
||||||
$this->success('退出登录成功!', sysuri('admin/login/index'));
|
$this->success('退出登录成功!', sysuri('admin/login/index'));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user