feat:合并

This commit is contained in:
lixg
2023-03-17 11:52:39 +08:00
parent 18995ac830
commit 0dcdd14298
2 changed files with 34 additions and 6 deletions

View File

@@ -2686,7 +2686,11 @@ export default {
"/homeworkpage?courseId=" +
item.courseId +
"&type=2&id=" +
item.id;
item.id +
"&chapterOrStageId=" +
item.chapterId +
"&infoId=" +
state.routerId;
}
// 考试 停用
if (item.type == 5) {
@@ -2698,7 +2702,13 @@ export default {
window.location.protocol +
process.env.VUE_APP_H5 +
"/externalexam?type=2&courseId=" +
item.courseId;
item.courseId +
"&id=" +
item.id +
"&chapterOrStageId=" +
item.chapterId +
"&infoId=" +
state.routerId;
} else {
codeUrl =
window.location.protocol +
@@ -2717,7 +2727,11 @@ export default {
"/liveboradcast?courseId=" +
item.courseId +
"&type=2&id=" +
item.id;
item.id +
"&chapterOrStageId=" +
item.chapterId +
"&infoId=" +
state.routerId;
}
// 外链
if (item.type == 7) {