dev #65
@ -3747,7 +3747,7 @@ export default class Judge {
|
|||||||
|
|
||||||
//监听远程终止考试
|
//监听远程终止考试
|
||||||
globalThis.udpEvent.onStopExam(async () => {
|
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);
|
this.setJudgeMark(config392[0]*1, config392[1], 2);
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user