From 8ba57678bb7b37293fb966a82ab1a73853941e9b Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 03 四月 2026 09:33:12 +0800
Subject: [PATCH] feat: 将知识库模块从会议管理迁移至协同办公

---
 src/pages.json |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 060bdad..4291f7e 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -458,9 +458,16 @@
       }
     },
     {
-      "path": "pages/managementMeetings/knowledgeBase/index",
+      "path": "pages/cooperativeOffice/collaborativeApproval/knowledgeBase/index",
       "style": {
         "navigationBarTitleText": "鐭ヨ瘑搴�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/cooperativeOffice/collaborativeApproval/knowledgeBase/detail",
+      "style": {
+        "navigationBarTitleText": "鐭ヨ瘑搴撹鎯�",
         "navigationStyle": "custom"
       }
     },
@@ -496,13 +503,6 @@
       "path": "pages/managementMeetings/rulesRegulationsManagement/fileList",
       "style": {
         "navigationBarTitleText": "瑙勭珷鍒跺害鏂囦欢绠$悊",
-        "navigationStyle": "custom"
-      }
-    },
-    {
-      "path": "pages/managementMeetings/knowledgeBase/detail",
-      "style": {
-        "navigationBarTitleText": "鐭ヨ瘑搴撹鎯�",
         "navigationStyle": "custom"
       }
     },

--
Gitblit v1.9.3