This commit is contained in:
Pengxiansen
2025-02-28 18:38:19 +08:00
parent fdc000d00c
commit e801e698c7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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