diff --git a/src/components/header/index.vue b/src/components/header/index.vue index 439fcc0..0decea3 100644 --- a/src/components/header/index.vue +++ b/src/components/header/index.vue @@ -174,7 +174,7 @@ const isMyInfoPage = () => { v-if="isMyInfoPage()" :src="headerLogo" fit="cover" - @click="$router.push('/home')" + @click="$router.push('/mall-view')" />