Kaynağa Gözat

fix 开发环境临时代码

Michael Wang 3 yıl önce
ebeveyn
işleme
b8e49affac

+ 2 - 4
src/features/OnlineExam/Examing/setups/useFaceLive.ts

@@ -52,11 +52,9 @@ export function useFaceLive(doSnap: () => void) {
       addTimeout(() => {
         if (identificationOfLivingBodyScheme === "S1") {
           showFaceId = true;
-          // } else if (identificationOfLivingBodyScheme === "S2") {
-          //   this.showFaceMotion = true;
         }
-        // }, faceVerifyMinute * 60 * 1000); // 定时做活体检测
-      }, 1 * 1000); // 定时做活体检测
+      }, faceVerifyMinute * 60 * 1000); // 定时做活体检测
+      // }, 1 * 1000); // 定时做活体检测
     }
 
     // for test