From b6f7540f33660d55b79c3a3ac9f87fd9592d91bd Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 18 四月 2025 11:14:57 +0800
Subject: [PATCH] qx

---
 src/views/login.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/login.vue b/src/views/login.vue
index 2bab64b..af01c3d 100644
--- a/src/views/login.vue
+++ b/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 {

--
Gitblit v1.8.0