From 0672d6578428c0774017b49e56a32482dbbd23f5 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Wed, 30 Oct 2024 18:42:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/chat/auth/component/password.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/chat/auth/component/password.vue b/ui/src/views/chat/auth/component/password.vue index 3682c63eb..4139258e5 100644 --- a/ui/src/views/chat/auth/component/password.vue +++ b/ui/src/views/chat/auth/component/password.vue @@ -63,7 +63,7 @@ const validator = () => { } const rules = { - value: [{ required: true, validator: validator_auth, trigger: 'blur' }] + value: [{ required: true, validator: validator_auth, trigger: 'manual' }] } const form = ref({