From ab4ca595b39bb2e8601c4efd3aeba10b05272e9b Mon Sep 17 00:00:00 2001 From: yangzhe Date: Wed, 28 Jan 2026 09:46:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=99=BB=E5=BD=95):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E9=95=BF=E5=BA=A6=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/login/login/index.vue b/pages/login/login/index.vue index 8b48a80..1246816 100644 --- a/pages/login/login/index.vue +++ b/pages/login/login/index.vue @@ -348,10 +348,10 @@ export default { return false; } - if (this.loginParams.code.length < 4) { - this.errors.code = "验证码错误请重新输入"; - return false; - } + // if (this.loginParams.code.length < 4) { + // this.errors.code = "验证码错误请重新输入"; + // return false; + // } this.errors.code = ""; return true;