mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
完成账户管理;
This commit is contained in:
@@ -48,4 +48,11 @@ class Login extends Common
|
||||
|
||||
return json_message();
|
||||
}
|
||||
|
||||
public function logout()
|
||||
{
|
||||
Session::clear();
|
||||
|
||||
$this->success('已经安全退出','Login/Index');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user