完成账户管理;

This commit is contained in:
augushong
2019-08-23 13:35:14 +08:00
parent d60bf60786
commit 77abc59125
12 changed files with 323 additions and 8 deletions

View File

@@ -48,4 +48,11 @@ class Login extends Common
return json_message();
}
public function logout()
{
Session::clear();
$this->success('已经安全退出','Login/Index');
}
}