From 208d124f1512f45c90ac41849bd50dffda2d4f4a Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 07 五月 2025 17:29:34 +0800 Subject: [PATCH] 1 --- src/views/login.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 2bab64b..a461429 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -58,7 +58,7 @@ <!-- 搴曢儴 --> <div class="el-login-footer"> - <span>Copyright 漏 2023-2024 All Rights Reserved.</span> + <span>Copyright 漏 2024-2025 All Rights Reserved.</span> <!-- <span>Copyright 漏 2022-2023榫欑編缃戠粶 All Rights Reserved.</span> --> </div> </div> @@ -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 { @@ -233,6 +233,8 @@ } } this.$router.push({ path: this.redirect || "/" }).catch(() => { }); + console.log(11115555) + location.reload(); } }).catch(() => { -- Gitblit v1.8.0