feat:考试结束修改

This commit is contained in:
surenjun 2025-03-25 14:20:15 +08:00
parent 6bbd64a0b9
commit 51f73f8be6
2 changed files with 1 additions and 5 deletions

View File

@ -1249,14 +1249,10 @@ export default class Judge {
const bytes = await this.getMessageHeartbeat(true);
globalThis.judgeUdp.send(bytes)
}
await endExam()
} catch (e) {
console.info(judgeTag, JSON.stringify(e))
// setTimeout(() => {
// // avPlayer.avPlayerStop();
// router.back();
// }, 3000)
}
await endExam()
});
}