You've already forked qlg.tsgz.moe
解决部分问题
This commit is contained in:
@ -24,11 +24,11 @@ class ListenLoginStatus
|
||||
if($request->isAjax()){
|
||||
echo json_encode(['status'=>-999,'msg'=>'对不起,您还没有登录,请先登录']);
|
||||
}else{
|
||||
if('quanlianggongmall' == input('key')){
|
||||
// if('quanlianggongmall' == input('key')){
|
||||
header("Location:".url('admin/index/login?key=quanlianggongmall'));
|
||||
}else{
|
||||
echo 'hello';
|
||||
}
|
||||
// }else{
|
||||
// echo 'hello';
|
||||
// }
|
||||
|
||||
}
|
||||
exit();
|
||||
|
Reference in New Issue
Block a user