Browse Source

修复修改密码

1
mo 2 years ago
parent
commit
e67eacee58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -227,7 +227,7 @@
           <el-dropdown-item
             @click.native="
               () => {
-                this.nocloseable = false;
+                nocloseable = false;
                 resetPassWord();
               }
             "