feat:修改项目任务二维码传参

This commit is contained in:
lixg
2023-03-17 15:33:49 +08:00
parent c0c0539e84
commit d95509628d

View File

@@ -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 = {