|
@@ -106,6 +106,7 @@ export default {
|
|
this.$Message.info("30秒后开始活体检测");
|
|
this.$Message.info("30秒后开始活体检测");
|
|
}, this.$route.query.faceVerifyMinute * 60 * 1000 - 30 * 1000); // 活体检测提醒
|
|
}, this.$route.query.faceVerifyMinute * 60 * 1000 - 30 * 1000); // 活体检测提醒
|
|
this.faceIdDivTimeout = setTimeout(() => {
|
|
this.faceIdDivTimeout = setTimeout(() => {
|
|
|
|
+ this.serverLog("debug/S-003001", "准备弹出活体检测框");
|
|
this.showFaceId = true;
|
|
this.showFaceId = true;
|
|
}, this.$route.query.faceVerifyMinute * 60 * 1000); // 定时做活体检测
|
|
}, this.$route.query.faceVerifyMinute * 60 * 1000); // 定时做活体检测
|
|
// }, 1 * 1000); // 定时做活体检测
|
|
// }, 1 * 1000); // 定时做活体检测
|