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