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;
         }