mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
feat:修改项目和学习路径二维码传参
This commit is contained in:
@@ -2637,7 +2637,7 @@ export default {
|
||||
codeUrl =
|
||||
window.location.protocol +
|
||||
process.env.VUE_APP_H5 +
|
||||
"/externalexam?courseId=" +
|
||||
"/externalexam?type=2&courseId=" +
|
||||
item.courseId;
|
||||
} else {
|
||||
codeUrl =
|
||||
@@ -2705,7 +2705,7 @@ export default {
|
||||
item.courseId +
|
||||
"&evaType=" +
|
||||
item.evaType +
|
||||
"&targetId=" +
|
||||
"&type=2&targetId=" +
|
||||
item.targetId;
|
||||
}
|
||||
|
||||
@@ -2737,7 +2737,7 @@ export default {
|
||||
item.id +
|
||||
"&chapterOrStageId=" +
|
||||
item.chapterId +
|
||||
"&infoId=" +
|
||||
"&type=2&infoId=" +
|
||||
state.routerId;
|
||||
}
|
||||
// 项目
|
||||
@@ -2745,7 +2745,7 @@ export default {
|
||||
codeUrl =
|
||||
window.location.protocol +
|
||||
process.env.VUE_APP_H5 +
|
||||
"/projectdetails?projectId=" +
|
||||
"/projectdetails?type=2&projectId=" +
|
||||
item.courseId;
|
||||
}
|
||||
state.codevisible = true;
|
||||
|
||||
Reference in New Issue
Block a user