Selaa lähdekoodia

fix 开发环境临时代码

Michael Wang 3 vuotta sitten
vanhempi
commit
b8e49affac
1 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 2 4
      src/features/OnlineExam/Examing/setups/useFaceLive.ts

+ 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