feat:初始化异常能结束
This commit is contained in:
parent
0fa4bb81cc
commit
1fd57572af
@ -963,7 +963,12 @@ struct Index {
|
|||||||
this.loadingPopupVisible = true
|
this.loadingPopupVisible = true
|
||||||
clearInterval(this.timer);
|
clearInterval(this.timer);
|
||||||
clearInterval(globalThis.judgeTimer)
|
clearInterval(globalThis.judgeTimer)
|
||||||
this.judge.checkExamIsEnd(true);
|
try {
|
||||||
|
this.judge.checkExamIsEnd(true);
|
||||||
|
} catch (e) {
|
||||||
|
router.back()
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user