瀏覽代碼

考试中初始抓拍不成功,则退出

Michael Wang 5 年之前
父節點
當前提交
7f0432ef3a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/features/OnlineExam/Examing/ExamingHome.vue

+ 2 - 1
src/features/OnlineExam/Examing/ExamingHome.vue

@@ -245,7 +245,8 @@ export default {
 
       let initSnapshotTrialTimes = 0;
       this.initSnapInterval = setInterval(() => {
-        if (this.exam || initSnapshotTrialTimes > 12) {
+        if (this.exam || initSnapshotTrialTimes > 3) {
+          // 超过3次后,强行抓拍,如果抓拍不成功,则会因抓拍不成功而退出。
           clearInterval(this.initSnapInterval);
           this.serverLog(
             "debug/S-002001",