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