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端完成");