解决部分问题

This commit is contained in:
2020-06-02 22:30:23 +08:00
parent 85df5bcc9d
commit 255e66d5c5
8 changed files with 42 additions and 25 deletions

View File

@ -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();