mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
fix:面授课路径图扫码跳转关卡详情
This commit is contained in:
@@ -2673,9 +2673,11 @@ export default {
|
|||||||
// "/faceteach?type=2&courseId=" +
|
// "/faceteach?type=2&courseId=" +
|
||||||
// item.courseId +
|
// item.courseId +
|
||||||
// "&id=" +
|
// "&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端完成");
|
if (item.type == 3) return message.error("请在pc端完成");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user