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

This commit is contained in:
2025-01-16 11:22:51 +08:00
parent 5af7e8dd3c
commit cd34ad7ef7
+4 -1
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({