From ffb469e80f99cbcbefc1cbc803be238d85845eb1 Mon Sep 17 00:00:00 2001 From: lixg Date: Fri, 3 Mar 2023 10:49:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=92=8C=E5=AD=A6=E4=B9=A0=E8=B7=AF=E5=BE=84=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/learningpath/LevelAdd.vue | 8 ++++---- src/views/projectcenter/TaskPage.vue | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index f29c0a3d..0044ce3a 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -2637,7 +2637,7 @@ export default { codeUrl = window.location.protocol + process.env.VUE_APP_H5 + - "/externalexam?courseId=" + + "/externalexam?type=2&courseId=" + item.courseId; } else { codeUrl = @@ -2705,7 +2705,7 @@ export default { item.courseId + "&evaType=" + item.evaType + - "&targetId=" + + "&type=2&targetId=" + item.targetId; } @@ -2737,7 +2737,7 @@ export default { item.id + "&chapterOrStageId=" + item.chapterId + - "&infoId=" + + "&type=2&infoId=" + state.routerId; } // 项目 @@ -2745,7 +2745,7 @@ export default { codeUrl = window.location.protocol + process.env.VUE_APP_H5 + - "/projectdetails?projectId=" + + "/projectdetails?type=2&projectId=" + item.courseId; } state.codevisible = true; diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index 5996e071..c32d1870 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -3925,7 +3925,7 @@ export default { }; //创建小组 const createGroup = async () => { - debugger + debugger; console.log("state.groupPageList" + state.groupPageList); const id = state.groupInfo.id; const d = state.groupPageList @@ -4513,7 +4513,7 @@ export default { codeUrl = window.location.protocol + process.env.VUE_APP_H5 + - "/faceteach?type=2&courseId=" + + "/faceteach?type=1&courseId=" + item.courseId + "&id=" + item.id; @@ -4540,7 +4540,7 @@ export default { codeUrl = window.location.protocol + process.env.VUE_APP_H5 + - "/externalexam?courseId=" + + "/externalexam?type=1&courseId=" + item.courseId; } else { codeUrl = @@ -4607,7 +4607,7 @@ export default { process.env.VUE_APP_H5 + "/evaluation?courseId=" + item.courseId + - "&evaType=" + + "&type=1&evaType=" + item.evaType + "&targetId=" + item.targetId; @@ -4638,7 +4638,7 @@ export default { process.env.VUE_APP_H5 + "/ballotpage?courseId=" + item.courseId + - "&btype=2&id=" + + "&type=1&btype=2&id=" + item.id + "&chapterOrStageId=" + item.stageId + @@ -4663,7 +4663,7 @@ export default { url: window.location.protocol + process.env.VUE_APP_H5 + - "/projectdetails?projectId=" + + "/projectdetails?type=1&projectId=" + state.projectId, }; state.codeInfo = obj;