修改跳转细节

This commit is contained in:
zhaoxiang 2016-11-07 10:10:29 +08:00
parent 783a938f5a
commit 8e95e774ff

View File

@ -80,7 +80,7 @@ class Base extends Controller {
$this->error("登录超时,请重新登录!", url('User/login')); $this->error("登录超时,请重新登录!", url('User/login'));
} }
}else{ }else{
$this->redirect('Login/index'); $this->redirect('User/login');
} }
} }
} }