mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
feat:合并
This commit is contained in:
@@ -2686,7 +2686,11 @@ export default {
|
|||||||
"/homeworkpage?courseId=" +
|
"/homeworkpage?courseId=" +
|
||||||
item.courseId +
|
item.courseId +
|
||||||
"&type=2&id=" +
|
"&type=2&id=" +
|
||||||
item.id;
|
item.id +
|
||||||
|
"&chapterOrStageId=" +
|
||||||
|
item.chapterId +
|
||||||
|
"&infoId=" +
|
||||||
|
state.routerId;
|
||||||
}
|
}
|
||||||
// 考试 停用
|
// 考试 停用
|
||||||
if (item.type == 5) {
|
if (item.type == 5) {
|
||||||
@@ -2698,7 +2702,13 @@ export default {
|
|||||||
window.location.protocol +
|
window.location.protocol +
|
||||||
process.env.VUE_APP_H5 +
|
process.env.VUE_APP_H5 +
|
||||||
"/externalexam?type=2&courseId=" +
|
"/externalexam?type=2&courseId=" +
|
||||||
item.courseId;
|
item.courseId +
|
||||||
|
"&id=" +
|
||||||
|
item.id +
|
||||||
|
"&chapterOrStageId=" +
|
||||||
|
item.chapterId +
|
||||||
|
"&infoId=" +
|
||||||
|
state.routerId;
|
||||||
} else {
|
} else {
|
||||||
codeUrl =
|
codeUrl =
|
||||||
window.location.protocol +
|
window.location.protocol +
|
||||||
@@ -2717,7 +2727,11 @@ export default {
|
|||||||
"/liveboradcast?courseId=" +
|
"/liveboradcast?courseId=" +
|
||||||
item.courseId +
|
item.courseId +
|
||||||
"&type=2&id=" +
|
"&type=2&id=" +
|
||||||
item.id;
|
item.id +
|
||||||
|
"&chapterOrStageId=" +
|
||||||
|
item.chapterId +
|
||||||
|
"&infoId=" +
|
||||||
|
state.routerId;
|
||||||
}
|
}
|
||||||
// 外链
|
// 外链
|
||||||
if (item.type == 7) {
|
if (item.type == 7) {
|
||||||
|
|||||||
@@ -4638,7 +4638,11 @@ export default {
|
|||||||
"/homeworkpage?courseId=" +
|
"/homeworkpage?courseId=" +
|
||||||
item.courseId +
|
item.courseId +
|
||||||
"&type=1&id=" +
|
"&type=1&id=" +
|
||||||
item.id;
|
item.id +
|
||||||
|
"&chapterOrStageId=" +
|
||||||
|
item.stageId +
|
||||||
|
"&infoId=" +
|
||||||
|
state.projectId;
|
||||||
}
|
}
|
||||||
// 考试 停用
|
// 考试 停用
|
||||||
if (item.type == 5) {
|
if (item.type == 5) {
|
||||||
@@ -4650,7 +4654,13 @@ export default {
|
|||||||
window.location.protocol +
|
window.location.protocol +
|
||||||
process.env.VUE_APP_H5 +
|
process.env.VUE_APP_H5 +
|
||||||
"/externalexam?type=1&courseId=" +
|
"/externalexam?type=1&courseId=" +
|
||||||
item.courseId;
|
item.courseId +
|
||||||
|
"&id=" +
|
||||||
|
item.id +
|
||||||
|
"&chapterOrStageId=" +
|
||||||
|
item.stageId +
|
||||||
|
"&infoId=" +
|
||||||
|
state.projectId;
|
||||||
} else {
|
} else {
|
||||||
codeUrl =
|
codeUrl =
|
||||||
window.location.protocol +
|
window.location.protocol +
|
||||||
@@ -4669,7 +4679,11 @@ export default {
|
|||||||
"/liveboradcast?courseId=" +
|
"/liveboradcast?courseId=" +
|
||||||
item.courseId +
|
item.courseId +
|
||||||
"&type=1&id=" +
|
"&type=1&id=" +
|
||||||
item.id;
|
item.id +
|
||||||
|
"&chapterOrStageId=" +
|
||||||
|
item.stageId +
|
||||||
|
"&infoId=" +
|
||||||
|
state.projectId;
|
||||||
}
|
}
|
||||||
// 外链
|
// 外链
|
||||||
if (item.type == 7) {
|
if (item.type == 7) {
|
||||||
|
|||||||
Reference in New Issue
Block a user