gaoluyang
2025-04-22 5015218b0261b6072098a197a30fce40284771d5
src/views/login.vue
@@ -136,9 +136,9 @@
            this.$router.push({ path: "/" }).catch(() => { });
          }).catch(() => {
            this.loading = false;
            if (this.captchaEnabled) {
              this.getCode();
            }
            // if (this.captchaEnabled) {
            //   this.getCode();
            // }
          });
        }
      });