feat: 远程终止考试优化

This commit is contained in:
surenjun 2025-05-26 14:20:13 +08:00
parent 30aee68389
commit ce3a1e86a6

View File

@ -3747,7 +3747,7 @@ export default class Judge {
//监听远程终止考试
globalThis.udpEvent.onStopExam(async () => {
const config392 = (this.judgeUI.judgeConfigObj['392'] || [20,'81']).split(',');
const config392 = (this.judgeUI.judgeConfigObj['392'] || '20,81').split(',');
this.setJudgeMark(config392[0]*1, config392[1], 2);
})