From 6abfa21b225bd5539b5fee2c7dfcaf7e6dbca1fc Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Sat, 15 Nov 2025 18:15:12 +0800
Subject: [PATCH] 服务器地址忘了改回来了
---
mobile/pages.json | 88 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 87 insertions(+), 1 deletions(-)
diff --git a/mobile/pages.json b/mobile/pages.json
index dfdac46..2753100 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
@@ -551,6 +551,64 @@
"path": "activity/detail/detail",
"style": {
"navigationBarTitleText": "活动详情",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ },
+ {
+ "path": "activity/product/index",
+ "style": {
+ "navigationBarTitleText": "活动超值购",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ },
+ {
+ "path": "activity/product/cart",
+ "style": {
+ "navigationBarTitleText": "购物车",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ },
+ {
+ "path" : "branch/index/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "分会风采",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ },
+ {
+ "path" : "member/index/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "组织架构",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ },
+ {
+ "path" : "member/detail/detail",
+ "style" :
+ {
+ "navigationBarTitleText" : "会员详情",
"app-plus": {
//#ifdef H5
"titleNView": false
@@ -1353,6 +1411,34 @@
{
"navigationBarTitleText" : "名片列表"
}
+ },
+ {
+ "path" : "business/visitors",
+ "style" :
+ {
+ "navigationBarTitleText" : "访客列表"
+ }
+ },
+ {
+ "path" : "business/cashier",
+ "style" :
+ {
+ "navigationBarTitleText" : "收银台"
+ }
+ },
+ {
+ "path" : "business/chat/chat",
+ "style" :
+ {
+ "navigationBarTitleText" : "聊天"
+ }
+ },
+ {
+ "path" : "business/chat/list",
+ "style" :
+ {
+ "navigationBarTitleText" : "聊天列表"
+ }
}
]
},
--
Gitblit v1.9.2