-- 测评

This commit is contained in:
yuping
2022-12-30 17:01:10 +08:00
parent 6eb6bacc9c
commit 1b008e3ef6
2 changed files with 6 additions and 6 deletions

View File

@@ -359,9 +359,9 @@ const types = ref({
9: "/moreactive",
10: ({ evaType, targetId }) =>
window.open(
(evaType == 0
? import.meta.env.VITE_BOE_TEST_DETAIL_URL
: import.meta.env.VITE_BOE_TEST_OUT_DETAIL_URL) + targetId
evaType == 0
? import.meta.env.VITE_BOE_TEST_DETAIL_URL+ targetId
: import.meta.env.VITE_BOE_TEST_OUT_DETAIL_URL+targetId+`&quizTaskKid=${projectId}&channelCode=project`
,'_top'), //测评
11: "/surveydetail",
12: "/ballotpage",

View File

@@ -346,9 +346,9 @@ const types = ref({
9: "/moreactive",
10: ({ evaType, targetId }) =>
window.open(
(evaType == 0
? import.meta.env.VITE_BOE_TEST_DETAIL_URL
: import.meta.env.VITE_BOE_TEST_OUT_DETAIL_URL) + targetId
evaType == 0
? import.meta.env.VITE_BOE_TEST_DETAIL_URL+targetId
: import.meta.env.VITE_BOE_TEST_OUT_DETAIL_URL + targetId+`&quizTaskKid=${routerId}&channelCode=project`
,'_top'), //测评
11: "/surveydetail",
12: "/ballotpage",