From 5d8c73b24ace49cc32caa1baa642d91d4cbc5ff4 Mon Sep 17 00:00:00 2001
From: Jay <csj123456>
Date: 星期一, 25 十一月 2024 13:40:48 +0800
Subject: [PATCH] 测点导入和导出

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