2
lkk
2025-03-17 c6cde48b9aabb74e0a3d0cbcf3f2ff6a476bd88c
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 {