11
WXL
2024-01-19 0a4ba083d12becaa3a0a42934b4db2206bad5911
src/views/login.vue
@@ -120,7 +120,7 @@
      },
      loading: false,
      // 验证码开关
      captchaOnOff: false,
      captchaOnOff: true,
      // 注册开关
      register: false,
      redirect: undefined
@@ -187,7 +187,7 @@
            })
            .catch(() => {
              this.loading = false;
              this.$message.error("登陆失败请重试。");
              // this.$message.error("登陆失败请重试。");
              if (this.captchaOnOff) {
                this.getCode();
              }