-- 详情不打开新页面

This commit is contained in:
yuping
2022-12-26 12:59:17 +08:00
parent 0d1c39460c
commit 84a5231564
6 changed files with 8 additions and 8 deletions

View File

@@ -342,7 +342,7 @@ const types = ref({
6: "/livebroadcast",
7: ({ courseId }) =>
request(LINK_DETAILS(courseId), {}).then(({ data: { linkAddress } }) =>
window.open(linkAddress)
window.open(linkAddress,'_self')
), //外联
8: "/discusspage",
9: "/moreactive",
@@ -351,7 +351,7 @@ const types = ref({
(evaType == 0
? import.meta.env.VITE_BOE_TEST_DETAIL_URL
: import.meta.env.VITE_BOE_TEST_OUT_DETAIL_URL) + targetId
), //测评
,'_self'), //测评
11: "/surveydetail",
12: "/ballotpage",
13: "/projectdetails",
@@ -448,7 +448,7 @@ function toFinish(d, sName, chapterOrStageId) {
if (typeof types.value.path[d.type] === "string") {
types.value.path[d.type] &&
types.value.path[d.type].startsWith("http") &&
window.open(types.value.path[d.type] + d.targetId);
window.open(types.value.path[d.type] + d.targetId,'_self');
types.value.path[d.type] &&
types.value.path[d.type].startsWith("/") &&
router.push({