zhangjie 1 рік тому
батько
коміт
bf9a7897aa
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/features/Login/Login.vue

+ 1 - 1
src/features/Login/Login.vue

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