fix:跳转url

This commit is contained in:
wyx
2023-03-22 18:44:57 +08:00
parent 936de57569
commit a70c94bd7c

View File

@@ -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 + "/pathmappage?routerId=" + state.routerId + "&chapterId=" + item.chapterId + "&isStudy=true";
console.log(codeUrl)
}
if (item.type == 3) return message.error("请在pc端完成");