支付根目录访问项目

This commit is contained in:
devil_gong
2018-12-26 16:09:08 +08:00
parent efc761e35c
commit 5a271ae4e1
167 changed files with 571 additions and 2409 deletions

View File

@ -84,7 +84,7 @@ class Common extends Controller
{
exit(json_encode(DataReturn('登录失效,请重新登录', -400)));
} else {
die('<script type="text/javascript">if(self.frameElement && self.frameElement.tagName == "IFRAME"){parent.location.reload();}else{window.location.href="'.url('admin/admin/logininfo').'";}</script>');
die('<script type="text/javascript">if(self.frameElement && self.frameElement.tagName == "IFRAME"){parent.location.reload();}else{window.location.href="'.MyUrl('admin/admin/logininfo').'";}</script>');
}
}
}