From 0c184a7a974f83fae30d925a3b3ed30dcdb7f8d2 Mon Sep 17 00:00:00 2001 From: dengzedong <dengzedong@email> Date: 星期三, 06 十一月 2024 09:34:39 +0800 Subject: [PATCH] chart --- src/layout/components/Logo/src/Logo.vue | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/layout/components/Logo/src/Logo.vue b/src/layout/components/Logo/src/Logo.vue index d5790b0..2d1cfb6 100644 --- a/src/layout/components/Logo/src/Logo.vue +++ b/src/layout/components/Logo/src/Logo.vue @@ -22,14 +22,7 @@ const collapse = computed(() => appStore.getCollapse) -let tenantId = authUtil.getTenantId() -console.log(tenantId) -if (tenantId && tenantId === 1) { - homePath.value = '/index' -} else { - homePath.value = '/home2' -} -console.log(homePath.value) +homePath.value = '/index' onMounted(() => { if (unref(collapse)) show.value = false -- Gitblit v1.9.3