From 0f0cedf5df9b38c65b1354e369e7a64e4c68e27b Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Fri, 22 Mar 2024 15:24:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E5=B0=91=E5=BF=85=E5=A1=AB=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/user.data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/user/user.data.ts b/src/views/system/user/user.data.ts index 1b690bec..68fc94b8 100644 --- a/src/views/system/user/user.data.ts +++ b/src/views/system/user/user.data.ts @@ -30,6 +30,7 @@ export const rules = reactive({ username: [required], nickname: [required], password: [ + required, { min: 4, max: 16,