mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-06 17:36:46 +08:00
提交
This commit is contained in:
@@ -843,7 +843,7 @@ async function toFinish(d) {
|
|||||||
examType: d.info.examType,
|
examType: d.info.examType,
|
||||||
};
|
};
|
||||||
window.open(
|
window.open(
|
||||||
TASK_TYPES.path[d.courseType](params) + d.info.examinationPaperId,
|
TASK_TYPES.path[d.courseType](params) + d.info.examinationTestId,
|
||||||
"_top"
|
"_top"
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -667,7 +667,7 @@ async function toFinish(d) {
|
|||||||
examType: d.info.examType,
|
examType: d.info.examType,
|
||||||
};
|
};
|
||||||
window.open(
|
window.open(
|
||||||
TASK_TYPES.path[d.courseType](params) + d.info.examinationPaperId,
|
TASK_TYPES.path[d.courseType](params) + d.info.examinationTestId,
|
||||||
"_top"
|
"_top"
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user