diff --git a/app/components/Header.vue b/app/components/Header.vue index 8183356..33d6a83 100644 --- a/app/components/Header.vue +++ b/app/components/Header.vue @@ -181,7 +181,9 @@ function toDetail() { const baseUrl = window.location.origin window.open(`${baseUrl}/message`, '_blank', 'noopener,noreferrer') } - +function handleTabClick(path: string) { + router.push(path) +} onMounted(() => {})