|
@@ -283,6 +283,15 @@ export default {
|
|
|
closable: true,
|
|
|
});
|
|
|
return this.faceTestUploadResult("SUCCESS");
|
|
|
+ } else if (receivedMsg.verifyResult == "UNKNOWN") {
|
|
|
+ this.$Message.error({
|
|
|
+ content: "第一次人脸检测异常(fid),系统退出,请重新登录",
|
|
|
+ duration: 30,
|
|
|
+ closable: true,
|
|
|
+ });
|
|
|
+ this.logout(
|
|
|
+ "?LogoutReason=第一次活体检测失败(faceid),系统退出,请重新登录"
|
|
|
+ );
|
|
|
}
|
|
|
} else if (receivedMsg.verifyCount >= 2) {
|
|
|
if (receivedMsg.verifyResult == "VERIFY_SUCCESS") {
|