From a5bac22f6e10b1b662e5ae41055714f234b63d37 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 03 四月 2025 17:27:04 +0800
Subject: [PATCH] GIS系统隐藏

---
 src/layout/component/main.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/layout/component/main.vue b/src/layout/component/main.vue
index 8898ff5..3f70a1a 100644
--- a/src/layout/component/main.vue
+++ b/src/layout/component/main.vue
@@ -9,9 +9,9 @@
 			wrap-class="layout-main-scroll  flex"
 			view-class="layout-main-scroll bg-[var(--color-bg-side)]  flex h100 w-full"
 		>
-			<WorkSpaceMenu v-show="isWorkSpace" />
+			<!-- <WorkSpaceMenu v-show="isWorkSpace" /> -->
 			<div v-show="isAskAnswer || isHome">
-				<SideBar v-if="!isSharePage && sidebarIsShow" :isShow="sidebarIsShow" @toggleSidebar="toggleSidebar" />
+				<SideBar v-if="!isSharePage " :isShow="sidebarIsShow" @toggleSidebar="toggleSidebar" />
 				<!-- <SidebarOther v-if="!isSharePage && !sidebarIsShow" :isShow="!sidebarIsShow" @toggleSidebar="toggleSidebar" /> -->
 			</div>
 			<GisMenu v-show="isGis" />

--
Gitblit v1.9.3