Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop

This commit is contained in:
peiqingliu
2023-03-03 11:26:39 +08:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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;