From 184f2b94966a0e920f606a8d06e61fd329bade15 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 5 Mar 2024 14:43:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/login/index.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui/src/views/login/index.vue b/ui/src/views/login/index.vue index d95354a6a..0b73e8606 100644 --- a/ui/src/views/login/index.vue +++ b/ui/src/views/login/index.vue @@ -80,12 +80,6 @@ const rules = ref>({ message: '请输入密码', trigger: 'blur' }, - { - min: 6, - max: 20, - message: '长度在 6 到 20 个字符', - trigger: 'blur' - } ] }) const loginFormRef = ref()