From 936de5756965175ce73a1d77c71c1a6ee5893b80 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Wed, 22 Mar 2023 18:12:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=9D=A2=E6=8E=88=E8=AF=BE=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=9B=BE=E6=89=AB=E7=A0=81=E8=B7=B3=E8=BD=AC=E5=85=B3?= =?UTF-8?q?=E5=8D=A1=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/learningpath/LevelAdd.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index acd724c5..2109fe21 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -2673,9 +2673,11 @@ export default { // "/faceteach?type=2&courseId=" + // item.courseId + // "&id=" + - // item.id; + // item.id; pathmappage?routerId=513&chapterId=730&isStudy=true - codeUrl = window.location.protocol + process.env.VUE_APP_H5 + "/pathdetails?routerId=" + state.routerId; + // codeUrl = window.location.protocol + process.env.VUE_APP_H5 + "/pathdetails?routerId=" + state.routerId; + codeUrl = window.location.protocol + process.env.VUE_APP_H5 + "/pathmappage?routerId=" + state.routerId + "&chapterId=" + item.chapterId + "&isStudy=true"; + console.log(codeUrl) } if (item.type == 3) return message.error("请在pc端完成");