Преглед изворни кода

记录弹出活体检测框

Michael Wang пре 6 година
родитељ
комит
b75751f4a3
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/features/OnlineExam/Examing/ExamingHome.vue

+ 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); // 定时做活体检测