From e0d879bc9289d4553445da1b25eb01de69c1deb7 Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Thu, 26 Dec 2024 10:43:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AElog?= =?UTF-8?q?o=E6=94=AF=E6=8C=81=E5=B9=B6=E8=B0=83=E6=95=B4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PublicComponent/PublicComponent.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/PublicComponent/PublicComponent.vue b/src/components/PublicComponent/PublicComponent.vue index f8115ab..66793b9 100644 --- a/src/components/PublicComponent/PublicComponent.vue +++ b/src/components/PublicComponent/PublicComponent.vue @@ -12,6 +12,7 @@ + @@ -33,7 +34,7 @@ const Tabs = defineAsyncComponent(() => import('./Tabs.vue')) const router = useRouter() const store = useStore() -const { shop, showSearch, language, path } = storeToRefs(store) +const { shop, showSearch, language, path, config } = storeToRefs(store) const { resetClickNumber, setLogoutRef, addTotalClick } = useLogout() @@ -85,6 +86,12 @@ watch(path, nxtPath => { })