12
wwl
2025-01-02 01217cd5e6695c0651554a2355695f0ce60bb67d
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 {