From 2afc71ddfeb8cafc59c88981054d46ec7c626691 Mon Sep 17 00:00:00 2001
From: lyzflash <lzhflash@163.com>
Date: Sun, 16 Nov 2025 23:23:43 +0800
Subject: [PATCH] 1

---
 mobile/pages.json |   32 ++++++++++++++++++++++++++++----
 1 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/mobile/pages.json b/mobile/pages.json
index 2753100..e5dedf9 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -539,7 +539,7 @@
 				{
 					"path": "activity/index/index",
 					"style": {
-						"navigationBarTitleText": "分会活动",
+						"navigationBarTitleText": "",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -561,7 +561,7 @@
 				{
 					"path": "activity/product/index",
 					"style": {
-						"navigationBarTitleText": "活动超值购",
+						"navigationBarTitleText": "",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -584,7 +584,7 @@
 					"path" : "branch/index/index",
 					"style" : 
 					{
-						"navigationBarTitleText" : "分会风采",
+						"navigationBarTitleText" : "",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -596,7 +596,7 @@
 					"path" : "member/index/index",
 					"style" : 
 					{
-						"navigationBarTitleText" : "组织架构",
+						"navigationBarTitleText" : "",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -701,6 +701,30 @@
 					}
 				},
 				{
+					"path" : "admin/member/add",
+					"style" : 
+					{
+						"navigationBarTitleText" : "添加会员",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path" : "admin/member/edit",
+					"style" : 
+					{
+						"navigationBarTitleText" : "修改会员",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
 					"path" : "admin/branch/index",
 					"style" : 
 					{

--
Gitblit v1.9.2