master
chenzhi 3 years ago
parent a02b5ef8e6
commit 3f04486c96

@ -60,7 +60,7 @@ class PublicController extends \Think\Controller
if (is_login()) {
if(session('user_auth')['username'] == "wmtxhh"){
$this->success('登录成功!', U('Site/config_index'));
$this->redirect('Site/config_index');
}
$this->redirect('Index/index');

Loading…
Cancel
Save