fix:面授课路径图扫码跳转关卡详情

This commit is contained in:
wyx
2023-03-22 18:12:39 +08:00
parent 3cd036fc0e
commit 936de57569

View File

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