mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
feat:修改项目任务二维码传参
This commit is contained in:
@@ -2834,7 +2834,13 @@ export default {
|
||||
window.location.protocol +
|
||||
process.env.VUE_APP_H5 +
|
||||
"/projectdetails?type=2&projectId=" +
|
||||
item.courseId;
|
||||
item.courseId +
|
||||
"&id=" +
|
||||
item.id +
|
||||
"&chapterOrStageId=" +
|
||||
item.chapterId +
|
||||
"&type=2&infoId=" +
|
||||
state.routerId;
|
||||
}
|
||||
state.codevisible = true;
|
||||
let obj = {
|
||||
|
||||
Reference in New Issue
Block a user