Эх сурвалжийг харах

记录弹出活体检测框

Michael Wang 6 жил өмнө
parent
commit
b75751f4a3

+ 1 - 0
src/features/OnlineExam/Examing/ExamingHome.vue

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