退出后台bug修复

This commit is contained in:
2016-11-29 19:53:01 +08:00
parent 635e698165
commit 775dd8aec9
3 changed files with 5 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ class Index extends Admin {
public function logout() {
$user = model('User');
$user->logout();
$this->redirect('index/login');
$this->redirect('admin/index/login');
}
public function clear() {