From 54e4581fed51e5afc763d501a5e5eb8afeaccfa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Tue, 29 Apr 2025 15:09:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E4=BF=AE=E6=94=B9=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=A0=BC=E5=BC=8F=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/modules/PasswordModal.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/system/modules/PasswordModal.vue b/ant-design-vue-jeecg/src/views/system/modules/PasswordModal.vue index f9f897e..d1e8818 100644 --- a/ant-design-vue-jeecg/src/views/system/modules/PasswordModal.vue +++ b/ant-design-vue-jeecg/src/views/system/modules/PasswordModal.vue @@ -43,8 +43,9 @@ password:{ rules: [{ required: true, - pattern:/^(?=.*[a-zA-Z])(?=.*\d)(?=.*[~!@#$%^&*()_+`\-={}:";'<>?,./]).{8,}$/, - message: '密码由8位数字、大小写字母和特殊符号组成!' + // pattern:/^(?=.*[a-zA-Z])(?=.*\d)(?=.*[~!@#$%^&*()_+`\-={}:";'<>?,./]).{8,}$/, + // message: '密码由8位数字、大小写字母和特殊符号组成!' + message: '请输入密码!' }, { validator: this.validateToNextPassword, }],