From 92270def83ee45da544f3d099b32fedbc63f7d70 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 16 Mar 2025 17:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BB=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=EF=BC=8C=E9=9A=90=E8=97=8F=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=97=B6=E5=90=8C=E6=97=B6=E9=9A=90=E8=97=8F=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/Index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index/Index.vue b/src/pages/index/Index.vue index 025879e..e333b39 100644 --- a/src/pages/index/Index.vue +++ b/src/pages/index/Index.vue @@ -523,6 +523,8 @@ onMounted(() => { // 监听显示窗口之前 listens.push( window.main.onShowWindowBefore((data) => { + // 隐藏搜索 + store.search = false; if (classificationContentRef.value) { // 如果分类ID不为空的话选择分类ID let selectedClassificationId: number | null =