新增跳转时打开新窗口功能
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
|
||||
function checkLogin() {
|
||||
if (!CommonUtil.getAuthToken()) {
|
||||
window.location.href = "login.html";
|
||||
NavigationUtil.open("login.html");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user