From 8ccc57c26ca5fe5eccdad5cf5c1008f691eeb64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Thu, 28 May 2026 09:47:20 +0800 Subject: [PATCH] 1 --- src/components/main-menu-dialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main-menu-dialog.vue b/src/components/main-menu-dialog.vue index 8191a2f..f45e3fa 100644 --- a/src/components/main-menu-dialog.vue +++ b/src/components/main-menu-dialog.vue @@ -69,7 +69,7 @@ } }) const activeChild = ref('') - const show = ref(true) + const show = ref(false) const close = () => { show.value = false }