From 0ce8028e41d292af007b5580370866b33bc6b0d6 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期四, 07 十一月 2024 08:29:04 +0800
Subject: [PATCH] Merge branch 'master' of http://dlindusit.com:53929/r/iailab-plat-ui-vue3

---
 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