mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
fix:跳转url
This commit is contained in:
@@ -2677,7 +2677,6 @@ export default {
|
|||||||
|
|
||||||
// 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";
|
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