登录账号同时修改密码和登录IP不一致提示
continuous-integration/drone/push Build is running Details

uat_us
wangxiaoshuang 2025-01-16 11:22:51 +08:00
parent 5af7e8dd3c
commit cd34ad7ef7
1 changed files with 4 additions and 1 deletions

View File

@ -400,7 +400,7 @@ export default {
})
}, 500)
return
} else if (res.BasicInfo.LoginState === 1) {
} else if (res.BasicInfo.NeedChangePassWord) {
//
this.$alert(
this.$t('login:message:login3'),
@ -414,6 +414,9 @@ export default {
},
}
)
if (res.BasicInfo.LoginState === 2) {
this.$message.warning(this.$t('login:message:login4'))
}
return
} else if (res.IsMFA) {
this.$MFA({