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