From 00b5cbce9f587931c7dc5455df707b0acc753e69 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 16 一月 2026 15:48:17 +0800
Subject: [PATCH] 会议设置,会议申请,会议列表

---
 src/pages.json |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 2375606..d384630 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -296,9 +296,30 @@
       }
     },
     {
-      "path": "pages/cooperativeOffice/collaborativeApproval/index",
+      "path": "pages/managementMeetings/meetingSettings/index",
       "style": {
-        "navigationBarTitleText": "瀹℃壒绠$悊",
+        "navigationBarTitleText": "浼氳璁剧疆",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/managementMeetings/meetingSettings/detail",
+      "style": {
+        "navigationBarTitleText": "浼氳瀹よ鎯�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/managementMeetings/meetingList/index",
+      "style": {
+        "navigationBarTitleText": "浼氳鍒楄〃",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/managementMeetings/meetApplication/index",
+      "style": {
+        "navigationBarTitleText": "浼氳鐢宠",
         "navigationStyle": "custom"
       }
     },

--
Gitblit v1.9.3