Parcourir la source

修改百度统计记录文字:人脸检测 -> 活体检测

Michael Wang il y a 6 ans
Parent
commit
a9f4b39003
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      src/features/OnlineExam/Examing/FaceId.vue

+ 4 - 4
src/features/OnlineExam/Examing/FaceId.vue

@@ -172,8 +172,8 @@ export default {
             this.logout(
               "?LogoutReason=" +
                 (!this.faceTestEndCalled
-                  ? "人脸检测超时-可续考"
-                  : "人脸检测超时")
+                  ? "活体检测超时-可续考"
+                  : "活体检测超时")
             );
           });
       }, 60000); //60000
@@ -190,7 +190,7 @@ export default {
           )
           .then(() => {
             if (result != "SUCCESS") {
-              this.logout("?LogoutReason=人脸检测失败");
+              this.logout("?LogoutReason=活体检测失败");
               window._hmt.push([
                 "_trackEvent",
                 "活体检测弹出框",
@@ -221,7 +221,7 @@ export default {
               duration: 30
             });
             this.logout(
-              "?LogoutReason=第一次人脸检测超时,检测失败,系统退出,请重新登录"
+              "?LogoutReason=第一次活体检测超时,检测失败,系统退出,请重新登录"
             );
           } else if (receivedMsg.verifyResult == "VERIFY_FAILED") {
             this.$Message.error({