From 423248c574705602c7006e3240cfb15c8f34c009 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 15 Aug 2025 11:39:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=89=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/app.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend_nuxt/app.vue b/frontend_nuxt/app.vue index ed8d16420..2c5100e78 100644 --- a/frontend_nuxt/app.vue +++ b/frontend_nuxt/app.vue @@ -16,7 +16,7 @@ -
+
@@ -32,7 +32,6 @@ import { useIsMobile } from '~/utils/screen' const isMobile = useIsMobile() const menuVisible = ref(!isMobile.value) -const route = useRoute() const showNewPostIcon = computed(() => useRoute().path === '/')