From 04102f7237efefa744090ed7c25f7b5d0807b679 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 18:11:57 +0800
Subject: [PATCH] 完成运营中心提现和运营中心权限管理

---
 mobile/pages.json |   98 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 97 insertions(+), 1 deletions(-)

diff --git a/mobile/pages.json b/mobile/pages.json
index d2dcc84..6c4d749 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -542,6 +542,12 @@
 				"enablePullDownRefresh": false
 			}
 
+		},
+		{
+			"path": "pages/shop/group_buying_list",
+			"style": {
+				"navigationBarTitleText": "团购商户"
+			}
 		}
 	],
 	"subPackages": [{
@@ -1174,7 +1180,23 @@
 				{
 					"path": "consumer/consumer",
 					"style": {
-						"navigationBarTitleText": "消费券"
+						"navigationBarTitleText": "消费券",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "activation/index",
+					"style": {
+						"navigationBarTitleText": "激活码",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
 					}
 				}
 			]
@@ -1584,6 +1606,47 @@
 							//#endif
 						}
 					}
+				},{
+					"path": "operations/index",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "运营中心",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "operations/cash/apply",
+					"style": {
+						"navigationBarTitleText": "提现申请",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "operations/cash/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "operations/order",
+					"style": {
+						"navigationBarTitleText": "运营中心订单",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
 				}
 			]
 		},
@@ -1664,6 +1727,7 @@
 				}, {
 					"path": "team/index/index",
 					"style": {
+						"navigationStyle": "custom",
 						"navigationBarTitleText": "团队分红",
 						"enablePullDownRefresh": false
 					}
@@ -1765,6 +1829,7 @@
 				}, {
 					"path": "shareholder/index/index",
 					"style": {
+						"navigationStyle": "custom",
 						"navigationBarTitleText": "股东分红",
 						"enablePullDownRefresh": false
 					}
@@ -2195,6 +2260,16 @@
 							//#endif
 						}
 					}
+				}, {
+					"path": "login/mplogin",
+					"style": {
+						"navigationBarTitleText": "",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
 				}
 			]
 		},
@@ -2311,6 +2386,27 @@
 						"navigationBarTitleText": "提现明细",
 						"enablePullDownRefresh": false
 					}
+				},
+				{
+					"path": "release/chat/chat",
+					"style": {
+						"navigationBarTitleText": "聊天信息",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/chat/chat_list",
+					"style": {
+						"navigationBarTitleText": "聊天列表",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/project/look-evaluate/look-evaluate",
+					"style": {
+						"navigationBarTitleText": "评论列表",
+						"enablePullDownRefresh": false
+					}
 				}
 			]
 		}

--
Gitblit v1.9.2