diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue index e9668a2..6262c31 100644 --- a/src/components/layout/NavBar.vue +++ b/src/components/layout/NavBar.vue @@ -320,7 +320,7 @@ const closeCartBox = () => { watch(() => route.path,(newPath, oldPath) => { let routerPath = newPath.split('/') - if(routerPath[1] == 'marketplace' || routerPath[1] == 'assets' || routerPath[1] == 'detail' || routerPath[1] == 'notice') { + if(routerPath[1] == 'marketplace') { isCart.value = true } else { isCart.value = false