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