From 24f154ecc6bac3606773473125c4ef85a36de18e Mon Sep 17 00:00:00 2001 From: mhsnet Date: Fri, 23 Aug 2024 09:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jnpf-app/pages/my/modifyPsd/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jnpf-app/pages/my/modifyPsd/index.vue b/jnpf-app/pages/my/modifyPsd/index.vue index 0f56cb1..25e55cd 100644 --- a/jnpf-app/pages/my/modifyPsd/index.vue +++ b/jnpf-app/pages/my/modifyPsd/index.vue @@ -74,11 +74,11 @@ callback(new Error('新密码必须包含数字')); } } - if (this.baseForm.includeLowercaseLetters) { - if (!includeLowercaseLetters.test(value)) { - callback(new Error('新密码必须包含小写字母')); - } - } + // if (this.baseForm.includeLowercaseLetters) { + // if (!includeLowercaseLetters.test(value)) { + // callback(new Error('新密码必须包含小写字母')); + // } + // } // if (this.baseForm.includeUppercaseLetters) { // if (!includeUppercaseLetters.test(value)) { // callback(new Error('新密码必须包含大写字字母'));