新增跳转时打开新窗口功能
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
"您还不是实习或正式专家,暂不能发布文章。",
|
||||
{ title: "暂无权限" },
|
||||
function () {
|
||||
window.location.href = "apply.html";
|
||||
NavigationUtil.open("apply.html");
|
||||
},
|
||||
);
|
||||
return;
|
||||
@@ -284,7 +284,7 @@
|
||||
});
|
||||
return;
|
||||
}
|
||||
window.location.href = targetHref;
|
||||
NavigationUtil.open(targetHref);
|
||||
});
|
||||
});
|
||||
});
|
||||
@@ -525,7 +525,7 @@
|
||||
"发布成功,请等待审核",
|
||||
{ icon: 1, time: 1600 },
|
||||
function () {
|
||||
window.location.href = "index.html";
|
||||
NavigationUtil.open("index.html");
|
||||
},
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user