新增跳转时打开新窗口功能

This commit is contained in:
2026-07-24 18:19:33 +08:00
parent 0e88255852
commit f3bdb07e3d
22 changed files with 132 additions and 46 deletions
+3 -3
View File
@@ -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 {