gaoluyang
2025-04-01 c788166a1fb219bbacf9395ec1f45b5d28a258c1
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();
            // }
          });
        }
      });