From b3f468ebf9cd380c18024aecd62098c9b6be2762 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Thu, 07 Sep 2023 15:20:28 +0800
Subject: [PATCH] 项目模块功能提交

---
 src/components/common/topbar.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/common/topbar.vue b/src/components/common/topbar.vue
index cc2df69..b575521 100644
--- a/src/components/common/topbar.vue
+++ b/src/components/common/topbar.vue
@@ -71,9 +71,9 @@
 const selected = ref<string>(root.$route.path)
 
 onMounted(() => {
-  getPlatformInfo().then(res => {
-    workspaceName.value = res.data.workspace_name
-  })
+  // getPlatformInfo().then(res => {
+  //   workspaceName.value = res.data.workspace_name
+  // })
 })
 
 function selectedRoute (path: string) {

--
Gitblit v1.9.3