|
@@ -135,7 +135,7 @@ export default {
|
|
password: this.user.password,
|
|
password: this.user.password,
|
|
code: ORG_CODE,
|
|
code: ORG_CODE,
|
|
});
|
|
});
|
|
- if (this.$store.state.user.pwdForce) {
|
|
|
|
|
|
+ if (!this.$store.state.user.pwdForce) {
|
|
this.$refs.ResetPwd.open();
|
|
this.$refs.ResetPwd.open();
|
|
return;
|
|
return;
|
|
}
|
|
}
|