From d0ae76adc2c1b9601b370a0ec8bb989eabc07030 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 11 Nov 2024 15:51:14 +0800
Subject: [PATCH] 企业详情优化

---
 src/views/layout/index.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index a8ff915..2e6e3dc 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -81,6 +81,11 @@
 const showContent = ref(false)
 const showSubLayout = ref(false)
 const showSinglePage = ref(false)
+
+// onMounted(() => {
+//   store.setLoadSub(false)
+// }),
+
 // 监听createB的变化
 watch(
   [

--
Gitblit v1.9.3