From 2b8b2cac4fe3f05474459a034bc4034f2d7aa0cb Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 09 四月 2025 10:14:06 +0800 Subject: [PATCH] Merge branch 'test' into huishui_iframe --- 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