新增跳转时打开新窗口功能
This commit is contained in:
+1
-1
@@ -312,7 +312,7 @@
|
||||
function checkLogin() {
|
||||
const token = CommonUtil.getAuthToken ? CommonUtil.getAuthToken() : localStorage.getItem("token");
|
||||
if (!token) {
|
||||
window.location.href = "login.html";
|
||||
NavigationUtil.open("login.html");
|
||||
return;
|
||||
}
|
||||
$("#notLoggedInBox").addClass("tx-hidden");
|
||||
|
||||
Reference in New Issue
Block a user