Merge remote-tracking branch 'nyx/250207-growth-prod-master-zp' into dev0731

This commit is contained in:
joshen
2025-02-28 18:41:21 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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