mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
fix:项目/路径图任务大纲面授课扫码-跳转项目或者路径图详情修改
This commit is contained in:
@@ -4614,13 +4614,15 @@ export default {
|
||||
item.courseId;
|
||||
}
|
||||
if (item.type == 2) {
|
||||
codeUrl =
|
||||
window.location.protocol +
|
||||
process.env.VUE_APP_H5 +
|
||||
"/faceteach?type=1&courseId=" +
|
||||
item.courseId +
|
||||
"&id=" +
|
||||
item.id;
|
||||
// codeUrl =
|
||||
// window.location.protocol +
|
||||
// process.env.VUE_APP_H5 +
|
||||
// "/faceteach?type=1&courseId=" +
|
||||
// item.courseId +
|
||||
// "&id=" +
|
||||
// item.id;
|
||||
|
||||
codeUrl = window.location.protocol + process.env.VUE_APP_H5 + "/projectdetails?type=1&projectId=" + state.projectId;
|
||||
}
|
||||
if (item.type == 3) return message.error("请在pc端完成");
|
||||
if (item.type == 4) {
|
||||
|
||||
Reference in New Issue
Block a user