浏览代码

fix login

Michael Wang 6 年之前
父节点
当前提交
456510db3e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/features/Login/Login.vue

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

@@ -149,7 +149,7 @@ export default {
   methods: {
     ...mapMutations(["updateUser"]),
     async login(name) {
-      if (this.loginButtonDisabled) {
+      if (this.disableLoginBtn) {
         return;
       }
       const valid = await this.$refs[name].validate();