From c699c544034a0e57e9881fc99930eddfa75c9f8c Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 13 二月 2025 16:43:18 +0800 Subject: [PATCH] 1 --- 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