From 4a836815f12e8ba717702cc8ed431e1b4f96134c Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 25 四月 2025 13:55:34 +0800
Subject: [PATCH] 新增内部线索相关管理逻辑

---
 src/views/HomePage.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue
index 4ede8f0..03c7e04 100644
--- a/src/views/HomePage.vue
+++ b/src/views/HomePage.vue
@@ -5,6 +5,7 @@
     <!-- <router-view> -->
     <ClueLayout v-show="menuIndex == 0"></ClueLayout>
     <GridLayout v-show="menuIndex == 1"></GridLayout>
+    <InternalClueLayout v-show="menuIndex == 2"></InternalClueLayout>
     <!-- </router-view> -->
   </div>
 </template>
@@ -14,6 +15,7 @@
 
 import GridLayout from '@/views/overlay-grid/GridLayout.vue';
 import ClueLayout from '@/views/overlay-clue/ClueLayout.vue';
+import InternalClueLayout from '@/views/internal-clue/InternalClueLayout.vue';
 
 // 椁愬崟绱㈠紩
 const menuIndex = ref(0);

--
Gitblit v1.9.3