From 132aa4c9205c676b4d01977d7e0d3537f5d0a69e Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Mon, 3 Apr 2023 20:58:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=BB=98=E8=AE=A4=E5=AF=86=E7=A0=81=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Apply/Save/components/EditForm.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/system/Apply/Save/components/EditForm.vue b/src/views/system/Apply/Save/components/EditForm.vue index 11ba5baa..7729397b 100644 --- a/src/views/system/Apply/Save/components/EditForm.vue +++ b/src/views/system/Apply/Save/components/EditForm.vue @@ -1331,6 +1331,10 @@ required: true, message: '请输入默认密码', }, + { + min: 8, + message: '最少输入8个字符', + }, { max: 64, message: '最多可输入64个字符',