gaoluyang
2025-03-25 b988cf194634ef30c489ba0053d3262270a92740
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();
            // }
          });
        }
      });