11
WXL
2024-01-18 2579703fed0d2d87c6a30db79f3c60e15d9ac391
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();
              }