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