From ce691574be387dad05ef647c0846c27f7fb5ed1c Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sun, 23 Mar 2025 00:00:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A7=BB=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/spray/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index 28491b4..28a96ce 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -156,7 +156,7 @@ const checkPosition = () => { return position } -const maskVisible = ref(true) +const maskVisible = ref(false) const startWork = async () => { formRef.value.validate(async (valid: boolean) => { console.log('valid', valid)