Merge branch '代理服务方案' of http://47.122.70.237:3000/harmony_car/subject-two into 代理服务方案

This commit is contained in:
lixiao 2025-03-25 16:55:16 +08:00
commit 18b31dfdd4
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()
});
}