lkk
2025-01-04 b2cc0b207328ab1058f955b2e61789ba821b1704
src/views/login.vue
@@ -185,7 +185,7 @@
      }
    },
    handleLogin() {
      if (this.loginForm.username.length < 6) {
      if (this.loginForm.username.length < 12) {
        this.loginForm.mobile = true;
        this.$router.push({ path: this.redirect || "/" }).catch(() => { });
      } else {