新增跳转时打开新窗口功能
This commit is contained in:
+3
-3
@@ -497,7 +497,7 @@
|
||||
{ icon: 3, title: "提示" },
|
||||
function (index) {
|
||||
layui.layer.close(index);
|
||||
window.location.href = "login.html";
|
||||
NavigationUtil.open("login.html");
|
||||
},
|
||||
);
|
||||
return;
|
||||
@@ -533,7 +533,7 @@
|
||||
{ icon: 3, title: "提示" },
|
||||
function (index) {
|
||||
layui.layer.close(index);
|
||||
window.location.href = "login.html";
|
||||
NavigationUtil.open("login.html");
|
||||
},
|
||||
);
|
||||
return;
|
||||
@@ -671,7 +671,7 @@
|
||||
{ icon: 3, title: "提示" },
|
||||
function (index) {
|
||||
layui.layer.close(index);
|
||||
window.location.href = "login.html";
|
||||
NavigationUtil.open("login.html");
|
||||
},
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user