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