From 1823fb575d88b6bb715d5e3b911a07881bd50023 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Mon, 28 Oct 2024 17:22:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=88=86=E4=BA=AB=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E5=92=8C=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/NavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue index 8c7a70f..ea4eee0 100644 --- a/src/components/layout/NavBar.vue +++ b/src/components/layout/NavBar.vue @@ -399,7 +399,7 @@ watch(() => [route.path, localWalletStore.address, marketplaceStore.fireAddress] // if(routerPath[1] == 'marketplace' || routerPath[1] == 'detail') { if(routerPath[1] == 'marketplace') { isCart.value = true - }else if(routerPath[1] == 'cecActivity') { + }else if(routerPath[1] == 'activity') { isHeaderShow.value = false }else if(routerPath[1] == 'claim') { loginShowMenu.value = false