From cf610c06fe1ccf3f41babca69345ac770effc032 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 22 Feb 2024 14:54:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20=E7=82=B9?= =?UTF-8?q?=E5=87=BB=20logo=20=E8=BF=94=E5=9B=9E=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/Header.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/layout/components/Header.vue b/core/core-frontend/src/layout/components/Header.vue index 3a419061dc..bb96637fb9 100644 --- a/core/core-frontend/src/layout/components/Header.vue +++ b/core/core-frontend/src/layout/components/Header.vue @@ -16,6 +16,11 @@ import { XpackComponent } from '@/components/plugin' const { push } = useRouter() const route = useRoute() +const handleIconClick = () => { + if (route.path === '/workbranch/index') return + push('/workbranch/index') +} + const desktop = isDesktop() const activeIndex = computed(() => { if (route.path.includes('system')) { @@ -50,7 +55,7 @@ onMounted(() => {