From 91c0cd2e0220472f9866479b218be72924b2aefa Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 19 一月 2026 17:48:20 +0800
Subject: [PATCH] 会议审批,会议发布,会议总结模块
---
src/pages.json | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index d384630..d171cc2 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -324,6 +324,48 @@
}
},
{
+ "path": "pages/managementMeetings/meetExamine/index",
+ "style": {
+ "navigationBarTitleText": "浼氳瀹℃壒",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetExamine/approve",
+ "style": {
+ "navigationBarTitleText": "瀹℃壒",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetPublish/index",
+ "style": {
+ "navigationBarTitleText": "浼氳鍙戝竷",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetPublish/approve",
+ "style": {
+ "navigationBarTitleText": "鍙戝竷",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetSummary/index",
+ "style": {
+ "navigationBarTitleText": "浼氳鎬荤粨",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetSummary/approve",
+ "style": {
+ "navigationBarTitleText": "鎬荤粨",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/cooperativeOffice/collaborativeApproval/detail",
"style": {
"navigationBarTitleText": "瀹℃壒娴佺▼",
--
Gitblit v1.9.3