Michael Wang 5 年之前
父节点
当前提交
9e3b2c7771
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/features/OnlineExam/Examing/FaceTracking.vue

+ 4 - 4
src/features/OnlineExam/Examing/FaceTracking.vue

@@ -87,10 +87,10 @@ async function detectTest() {
       }
     }
 
-    if (succRate[idx] === 10) {
-      console.log(`inputSize: ${inputSizeList[idx]} 提前选中`);
-      break;
-    }
+    // if (succRate[idx] === 10) {
+    //   console.log(`inputSize: ${inputSizeList[idx]} 提前选中`);
+    //   break;
+    // }
   }
 
   console.log({ succRate });