From df60073f4fb06ea2d16984635e0714bae8a1f8e9 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Mon, 22 Dec 2025 18:03:35 +0800
Subject: [PATCH] 1.在总后台首页装修增加了活动专区和智能匹配 模块 2.目前活动专区获取的是发布需求最新的数据,智能匹配是用户没登录前也是获取发布需求最新数据,登录后会根据用户发布的需求,通过分类匹配到对应的数据 3.修复缴纳保证金报错 4.修复发布需求报错

---
 mobile/pages.json | 1840 +++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 1,092 insertions(+), 748 deletions(-)

diff --git a/mobile/pages.json b/mobile/pages.json
index 2753100..a2b71e9 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -8,8 +8,8 @@
 				"navigationBarTitleText": "首页",
 				"enablePullDownRefresh": true,
 				"app-plus": {
-					"titleNView": false ,//禁用原生导航栏 
-					"scrollIndicator":"none"
+					"titleNView": false, //禁用原生导航栏 
+					"scrollIndicator": "none"
 				}
 			}
 		},
@@ -19,7 +19,7 @@
 				"navigationBarTitleText": "分类",
 				"navigationStyle": "custom",
 				"app-plus": {
-					"navigationBarTextStyle":"black",
+					"navigationBarTextStyle": "black",
 					"titleNView": false,
 					"animationType": "none"
 				}
@@ -30,7 +30,7 @@
 			"style": {
 				"navigationBarTitleText": "购物车",
 				"app-plus": {
-					"navigationBarTextStyle":"black",
+					"navigationBarTextStyle": "black",
 					"titleNView": false,
 					"animationType": "none"
 				}
@@ -177,7 +177,8 @@
 					//#endif
 				}
 			}
-		}, {
+		},
+		/* {
 			"path": "components/upload/upload",
 			"style": {
 				"app-plus": {
@@ -186,7 +187,8 @@
 					//#endif
 				}
 			}
-		}, {
+		}, */
+		{
 			"path": "pages/agent/index/index",
 			"style": {
 				"navigationStyle": "custom",
@@ -364,6 +366,18 @@
 			}
 
 		}, {
+			"path": "pages/shop/category",
+			"style": {
+				"navigationBarTitleText": "店铺分类",
+				"navigationStyle": "custom",
+				"app-plus": {
+					"navigationBarTextStyle": "black",
+					"titleNView": false,
+					"animationType": "none"
+				}
+			}
+
+		}, {
 			"path": "pages/shop/application_status",
 			"style": {
 				"navigationBarTitleText": "申请状态",
@@ -385,89 +399,90 @@
 					//#endif
 				}
 			}
-		}/* , {
-			"path": "pages/user/my_shop/my_live/notice/notice",
-			"style": {
-				"navigationBarTitleText": "直播预告",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
+		}
+		/* , {
+					"path": "pages/user/my_shop/my_live/notice/notice",
+					"style": {
+						"navigationBarTitleText": "直播预告",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
 
-		}, {
-			"path": "pages/user/my_shop/my_live/add/add",
-			"style": {
-				"navigationBarTitleText": "直播预告",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},
-		{
-			"path": "pages/user/my_shop/my_live/my-live/edit",
-			"style": {
-				"navigationBarTitleText": "直播商品",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},
-		{
-			"path": "pages/user/my_shop/my_live/live/live",
-			"style": {
-				"navigationBarTitleText": "发起直播",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},
-		{
-			"path": "pages/user/my_shop/my_live/my-live/record",
-			"style": {
-				"navigationBarTitleText": "直播记录",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "pages/user/my_shop/my_live/my-live/my-live",
-			"style": {
-				"navigationBarTitleText": "我的直播",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
+				}, {
+					"path": "pages/user/my_shop/my_live/add/add",
+					"style": {
+						"navigationBarTitleText": "直播预告",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "pages/user/my_shop/my_live/my-live/edit",
+					"style": {
+						"navigationBarTitleText": "直播商品",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "pages/user/my_shop/my_live/live/live",
+					"style": {
+						"navigationBarTitleText": "发起直播",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "pages/user/my_shop/my_live/my-live/record",
+					"style": {
+						"navigationBarTitleText": "直播记录",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "pages/user/my_shop/my_live/my-live/my-live",
+					"style": {
+						"navigationBarTitleText": "我的直播",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
 
-		}, {
-			"path": "pages/user/my_shop/my_live/live-order/live-order",
-			"style": {
-				"navigationBarTitleText": "直播订单",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		} */
+				}, {
+					"path": "pages/user/my_shop/my_live/live-order/live-order",
+					"style": {
+						"navigationBarTitleText": "直播订单",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				} */
 		, {
 			"path": "pages/order/alipay-h5/alipay-h5",
 			"style": {
@@ -502,44 +517,39 @@
 				}
 			}
 
-		},{
-            "path" : "pages/order/cashier",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "收银台",
-                "enablePullDownRefresh": false,
+		}, {
+			"path": "pages/order/cashier",
+			"style": {
+				"navigationBarTitleText": "收银台",
+				"enablePullDownRefresh": false,
 				"app-plus": {
 					//#ifdef H5
 					"titleNView": false
 					//#endif
 				},
 				//微信插件配置
-				"mp-weixin":{
-				  "usingComponents": {
-				    "fs-cash-item":"plugin://fshows-cash-plugin/fs-cash-item"
-				  }
+				"mp-weixin": {
+					"usingComponents": {
+						"fs-cash-item": "plugin://fshows-cash-plugin/fs-cash-item"
+					}
 				}
-            }
-            
-        }
-        ,{
-            "path" : "pages/shop/index",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "",
-                "enablePullDownRefresh": false
-            }
-            
-        }
+			}
+
+		}, {
+			"path": "pages/shop/index",
+			"style": {
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false
+			}
+
+		}
 	],
-	"subPackages": [
-		{
+	"subPackages": [{
 			"root": "pages/branch",
-			"pages": [
-				{
+			"pages": [{
 					"path": "activity/index/index",
 					"style": {
-						"navigationBarTitleText": "分会活动",
+						"navigationBarTitleText": "",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -561,7 +571,7 @@
 				{
 					"path": "activity/product/index",
 					"style": {
-						"navigationBarTitleText": "活动超值购",
+						"navigationBarTitleText": "",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -581,10 +591,9 @@
 					}
 				},
 				{
-					"path" : "branch/index/index",
-					"style" : 
-					{
-						"navigationBarTitleText" : "分会风采",
+					"path": "branch/index/index",
+					"style": {
+						"navigationBarTitleText": "",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -593,10 +602,9 @@
 					}
 				},
 				{
-					"path" : "member/index/index",
-					"style" : 
-					{
-						"navigationBarTitleText" : "组织架构",
+					"path": "member/index/index",
+					"style": {
+						"navigationBarTitleText": "",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -605,10 +613,9 @@
 					}
 				},
 				{
-					"path" : "member/detail/detail",
-					"style" : 
-					{
-						"navigationBarTitleText" : "会员详情",
+					"path": "member/detail/detail",
+					"style": {
+						"navigationBarTitleText": "会员详情",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -617,10 +624,9 @@
 					}
 				},
 				{
-					"path" : "admin/index",
-					"style" : 
-					{
-						"navigationBarTitleText" : "分会管理中心",
+					"path": "admin/index",
+					"style": {
+						"navigationBarTitleText": "分会管理中心",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -629,10 +635,9 @@
 					}
 				},
 				{
-					"path" : "admin/activity/index",
-					"style" : 
-					{
-						"navigationBarTitleText" : "活动管理",
+					"path": "admin/activity/index",
+					"style": {
+						"navigationBarTitleText": "活动管理",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -641,10 +646,9 @@
 					}
 				},
 				{
-					"path" : "admin/activity/add",
-					"style" : 
-					{
-						"navigationBarTitleText" : "添加活动",
+					"path": "admin/activity/add",
+					"style": {
+						"navigationBarTitleText": "添加活动",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -653,10 +657,9 @@
 					}
 				},
 				{
-					"path" : "admin/activity/edit",
-					"style" : 
-					{
-						"navigationBarTitleText" : "编辑活动",
+					"path": "admin/activity/edit",
+					"style": {
+						"navigationBarTitleText": "编辑活动",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -665,10 +668,9 @@
 					}
 				},
 				{
-					"path" : "admin/activity/user",
-					"style" : 
-					{
-						"navigationBarTitleText" : "报名名单",
+					"path": "admin/activity/user",
+					"style": {
+						"navigationBarTitleText": "报名名单",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -677,10 +679,9 @@
 					}
 				},
 				{
-					"path" : "admin/activity/album",
-					"style" : 
-					{
-						"navigationBarTitleText" : "活动相册",
+					"path": "admin/activity/album",
+					"style": {
+						"navigationBarTitleText": "活动相册",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -689,10 +690,9 @@
 					}
 				},
 				{
-					"path" : "admin/member/index",
-					"style" : 
-					{
-						"navigationBarTitleText" : "会员管理",
+					"path": "admin/member/index",
+					"style": {
+						"navigationBarTitleText": "会员管理",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -701,10 +701,9 @@
 					}
 				},
 				{
-					"path" : "admin/branch/index",
-					"style" : 
-					{
-						"navigationBarTitleText" : "分会管理",
+					"path": "admin/member/add",
+					"style": {
+						"navigationBarTitleText": "添加会员",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -713,10 +712,9 @@
 					}
 				},
 				{
-					"path" : "admin/branch/add",
-					"style" : 
-					{
-						"navigationBarTitleText" : "添加分会",
+					"path": "admin/member/edit",
+					"style": {
+						"navigationBarTitleText": "修改会员",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -725,10 +723,31 @@
 					}
 				},
 				{
-					"path" : "admin/branch/edit",
-					"style" : 
-					{
-						"navigationBarTitleText" : "编辑分会",
+					"path": "admin/branch/index",
+					"style": {
+						"navigationBarTitleText": "分会管理",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "admin/branch/add",
+					"style": {
+						"navigationBarTitleText": "添加分会",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "admin/branch/edit",
+					"style": {
+						"navigationBarTitleText": "编辑分会",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -740,8 +759,7 @@
 		},
 		{
 			"root": "pages/user",
-			"pages": [
-				{
+			"pages": [{
 					"path": "userinfo/userinfo",
 					"style": {
 						"navigationBarTitleText": "用户信息",
@@ -913,6 +931,42 @@
 					}
 
 				}, {
+					"path": "my_shop/member/member",
+					"style": {
+						"navigationBarTitleText": "年卡",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+
+				}, {
+					"path": "my_shop/cash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "提现申请",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+
+				}, {
+					"path": "my_shop/cash/list/list",
+					"style": {
+						"navigationBarTitleText": "提现列表",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+
+				}, {
 					"path": "register/register",
 					"style": {
 						"navigationBarTitleText": "注册",
@@ -1004,6 +1058,30 @@
 					}
 
 				}, {
+					"path": "my_shop/product_add",
+					"style": {
+						"navigationBarTitleText": "商品添加",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+
+				}, {
+					"path": "my_shop/product_edit",
+					"style": {
+						"navigationBarTitleText": "商品编辑",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+
+				}, {
 					"path": "my_shop/my_shop_data",
 					"style": {
 						"navigationBarTitleText": "店铺数据",
@@ -1027,9 +1105,8 @@
 						}
 					}
 				}, {
-					"path" : "cash/apply",
-					"style" :                                                                                    
-					{
+					"path": "cash/apply",
+					"style": {
 						"navigationBarTitleText": "提现申请",
 						"enablePullDownRefresh": false,
 						"app-plus": {
@@ -1037,11 +1114,10 @@
 							"scrollIndicator": "none"
 						}
 					}
-					
+
 				}, {
-					"path" : "cash/list",
-					"style" :                                                                                    
-					{
+					"path": "cash/list",
+					"style": {
 						"navigationBarTitleText": "余额提现",
 						"enablePullDownRefresh": false,
 						"app-plus": {
@@ -1050,9 +1126,8 @@
 						}
 					}
 				}, {
-					"path" : "card/card",
-					"style" :                                                                                    
-					{
+					"path": "card/card",
+					"style": {
 						"navigationBarTitleText": "会员卡",
 						"enablePullDownRefresh": false,
 						"app-plus": {
@@ -1061,11 +1136,10 @@
 							//#endif
 						}
 					}
-					
+
 				}, {
-					"path" : "card/list",
-					"style" :                                                                                    
-					{
+					"path": "card/list",
+					"style": {
 						"navigationBarTitleText": "会员卡列表",
 						"enablePullDownRefresh": false,
 						"app-plus": {
@@ -1075,9 +1149,8 @@
 						}
 					}
 				}, {
-					"path" : "my_activity/index",
-					"style" :                                                                                    
-					{
+					"path": "my_activity/index",
+					"style": {
 						"navigationBarTitleText": "我参与的活动",
 						"enablePullDownRefresh": false,
 						"app-plus": {
@@ -1087,9 +1160,8 @@
 						}
 					}
 				}, {
-					"path" : "my_activity/detail",
-					"style" :                                                                                    
-					{
+					"path": "my_activity/detail",
+					"style": {
 						"navigationBarTitleText": "报名详情",
 						"enablePullDownRefresh": false,
 						"app-plus": {
@@ -1098,13 +1170,18 @@
 							//#endif
 						}
 					}
+				},
+				{
+					"path": "consumer/consumer",
+					"style": {
+						"navigationBarTitleText": "消费券"
+					}
 				}
 			]
 		},
 		{
 			"root": "pages/store",
-			"pages": [
-				{
+			"pages": [{
 					"path": "detail/detail",
 					"style": {
 						"navigationBarTitleText": "门店详情",
@@ -1140,36 +1217,33 @@
 		},
 		{
 			"root": "pages/coupon",
-			"pages": [
-				{
-					"path": "coupon",
-					"style": {
-						"navigationBarTitleText": "领券中心",
-						"app-plus": {
-							//#ifdef H5
-							"titleNView": false
-							//#endif
-						}
-					}
-				}, {
-					"path": "detail",
-					"style": {
-						"navigationStyle": "custom",
-										"navigationBarTitleText": "优惠券详情",
-										"enablePullDownRefresh": false,
-						"app-plus": {
-							//#ifdef H5
-							"titleNView": false
-							//#endif
-						}
+			"pages": [{
+				"path": "coupon",
+				"style": {
+					"navigationBarTitleText": "领券中心",
+					"app-plus": {
+						//#ifdef H5
+						"titleNView": false
+						//#endif
 					}
 				}
-			]
+			}, {
+				"path": "detail",
+				"style": {
+					"navigationStyle": "custom",
+					"navigationBarTitleText": "优惠券详情",
+					"enablePullDownRefresh": false,
+					"app-plus": {
+						//#ifdef H5
+						"titleNView": false
+						//#endif
+					}
+				}
+			}]
 		},
 		{
 			"root": "pages/plus",
-			"pages": [
-				{
+			"pages": [{
 					"path": "signin/signin",
 					"style": {
 						"navigationBarTitleText": "签到",
@@ -1323,7 +1397,7 @@
 							//#endif
 						}
 					}
-		
+
 				}, {
 					"path": "chat/supplier_chat",
 					"style": {
@@ -1335,7 +1409,7 @@
 							//#endif
 						}
 					}
-		
+
 				}, {
 					"path": "lottery/lottery",
 					"style": {
@@ -1346,8 +1420,8 @@
 							"titleNView": false
 							//#endif
 						}
-								}
-						}, {
+					}
+				}, {
 					"path": "table/table",
 					"style": {
 						"navigationBarTitleText": "表单",
@@ -1357,12 +1431,11 @@
 							"titleNView": false
 							//#endif
 						}
-		
+
 					}
-				},{
-					"path" : "presale/list",
-					"style" :                                                                                    
-					{
+				}, {
+					"path": "presale/list",
+					"style": {
 						"navigationBarTitleText": "预售列表",
 						"enablePullDownRefresh": false,
 						"app-plus": {
@@ -1370,82 +1443,153 @@
 							"scrollIndicator": "none"
 						}
 					}
-					
-				}
-				,{
-					"path" : "task/index",
-					"style" :                                                                                    
-					{
+
+				}, {
+					"path": "task/index",
+					"style": {
 						"navigationBarTitleText": "任务中心",
 						"enablePullDownRefresh": false
 					}
-					
+
 				},
 				{
 					"path": "business/index",
-					"style" :                                                                                    
-					{
+					"style": {
 						"navigationBarTitleText": "名片",
 						"enablePullDownRefresh": false
 					}
 				},
 				{
 					"path": "business/add",
-					"style" :                                                                                    
-					{
+					"style": {
 						"navigationBarTitleText": "添加名片",
 						"enablePullDownRefresh": false
 					}
 				},
 				{
 					"path": "business/detail",
-					"style" :                                                                                    
-					{
+					"style": {
 						"navigationBarTitleText": "查看名片",
 						"enablePullDownRefresh": false
 					}
 				},
 				{
-					"path" : "business/list",
-					"style" : 
-					{
-						"navigationBarTitleText" : "名片列表"
+					"path": "business/list",
+					"style": {
+						"navigationBarTitleText": "名片列表"
 					}
 				},
 				{
-					"path" : "business/visitors",
-					"style" : 
-					{
-						"navigationBarTitleText" : "访客列表"
+					"path": "business/visitors",
+					"style": {
+						"navigationBarTitleText": "访客列表"
 					}
 				},
 				{
-					"path" : "business/cashier",
-					"style" : 
-					{
-						"navigationBarTitleText" : "收银台"
+					"path": "business/cashier",
+					"style": {
+						"navigationBarTitleText": "收银台"
 					}
 				},
 				{
-					"path" : "business/chat/chat",
-					"style" : 
-					{
-						"navigationBarTitleText" : "聊天"
+					"path": "business/chat/chat",
+					"style": {
+						"navigationBarTitleText": "聊天"
 					}
 				},
 				{
-					"path" : "business/chat/list",
-					"style" : 
-					{
-						"navigationBarTitleText" : "聊天列表"
+					"path": "business/chat/list",
+					"style": {
+						"navigationBarTitleText": "聊天列表"
+					}
+				}, {
+					"path": "vip/index",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "VIP中心",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "vip/apply",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "申请成为VIP",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "vip/team",
+					"style": {
+						"navigationBarTitleText": "我的团队",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "vip/order",
+					"style": {
+						"navigationBarTitleText": "VIP订单",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "vip/cash",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "vip/qrcode",
+					"style": {
+						"navigationBarTitleText": "推广二维码",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "vip/cash/apply",
+					"style": {
+						"navigationBarTitleText": "提现申请",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "vip/cash/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
 					}
 				}
 			]
 		},
 		{
 			"root": "pages/login",
-			"pages": [
-				{
+			"pages": [{
 					"path": "openlogin",
 					"style": {
 						"navigationBarTitleText": "登录",
@@ -1502,496 +1646,696 @@
 			]
 		},
 		{
-		"root": "pages2",
-		"pages": [{
-			"path": "city/index",
-			"style": {
-				"navigationStyle": "custom",
-				"navigationBarTitleText": "选择站点",
-				"enablePullDownRefresh": false
-			}
+			"root": "pages2",
+			"pages": [{
+					"path": "city/index",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "选择站点",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "team/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请成为队长",
+						"enablePullDownRefresh": false
+					}
+				}, {
+					"path": "team/index/index",
+					"style": {
+						"navigationBarTitleText": "团队分红",
+						"enablePullDownRefresh": false
+					}
+				}, {
+					"path": "team/order/order",
+					"style": {
+						"navigationBarTitleText": "分红订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "team/team/team",
+					"style": {
+						"navigationBarTitleText": "我的团队",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "team/statistics/statistics",
+					"style": {
+						"navigationBarTitleText": "分红统计",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "team/cash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "team/cash/list/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "region/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请成为代理",
+						"enablePullDownRefresh": false
+					}
+				}, {
+					"path": "region/index/index",
+					"style": {
+						"navigationBarTitleText": "代理区域",
+						"enablePullDownRefresh": false
+					}
+				}, {
+					"path": "region/order/order",
+					"style": {
+						"navigationBarTitleText": "分红订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "region/bonus/bonus",
+					"style": {
+						"navigationBarTitleText": "代理分红",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "region/cash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "region/cash/list/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "shareholder/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请成为股东",
+						"enablePullDownRefresh": false
+					}
+				}, {
+					"path": "shareholder/index/index",
+					"style": {
+						"navigationBarTitleText": "股东分红",
+						"enablePullDownRefresh": false
+					}
+				}, {
+					"path": "shareholder/order/order",
+					"style": {
+						"navigationBarTitleText": "分红订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "shareholder/bonus/bonus",
+					"style": {
+						"navigationBarTitleText": "分红明细",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "shareholder/cash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "shareholder/cash/list/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "delivery/index",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "配送点",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "delivery/order",
+					"style": {
+						"navigationBarTitleText": "配送点订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "delivery/clerk",
+					"style": {
+						"navigationBarTitleText": "配送员",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "delivery/cash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "delivery/cash/list/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "delivery/settlement",
+					"style": {
+						"navigationBarTitleText": "结算明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "deliveryclerk/index",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "配送员",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "deliveryclerk/order",
+					"style": {
+						"navigationBarTitleText": "配送员订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "deliveryclerk/cash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "deliveryclerk/cash/list/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "deliveryclerk/settlement",
+					"style": {
+						"navigationBarTitleText": "结算明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "regactivity/index/index",
+					"style": {
+						"navigationBarTitleText": "活动报名",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "regactivity/detail/detail",
+					"style": {
+						"navigationBarTitleText": "活动详情",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "regactivity/rule/rule",
+					"style": {
+						"navigationBarTitleText": "活动介绍",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "ticket/index/index",
+					"style": {
+						"navigationBarTitleText": "凭证列表",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "ticket/detail/detail",
+					"style": {
+						"navigationBarTitleText": "凭证上传",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "ticket/img/img",
+					"style": {
+						"navigationBarTitleText": "凭证详情",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "goodstore/store",
+					"style": {
+						"navigationBarTitleText": "我的",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "goodstore/detail",
+					"style": {
+						"navigationBarTitleText": "好店详情",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "goodcoupon/coupon",
+					"style": {
+						"navigationBarTitleText": "领好券",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "store/order",
+					"style": {
+						"navigationBarTitleText": "订单核销记录",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "store/couponOrder",
+					"style": {
+						"navigationBarTitleText": "券核销记录",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "commander/index",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "团长",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "commander/order",
+					"style": {
+						"navigationBarTitleText": "配送订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "commander/deliveryman",
+					"style": {
+						"navigationBarTitleText": "配送员管理",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "commander/cash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "commander/cash/list/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "commander/settlement",
+					"style": {
+						"navigationBarTitleText": "结算明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "commander/add",
+					"style": {
+						"navigationBarTitleText": "添加配送员",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "deliveryman/index",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "外卖配送员",
+						"enablePullDownRefresh": false,
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "deliveryman/order",
+					"style": {
+						"navigationBarTitleText": "配送订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "deliveryman/cash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "deliveryman/cash/list/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "deliveryman/settlement",
+					"style": {
+						"navigationBarTitleText": "结算明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "bonus/apply/apply",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "申请成为分红用户",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "bonus/index/index",
+					"style": {
+						"navigationStyle": "custom",
+						"navigationBarTitleText": "分红中心",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "bonus/order/order",
+					"style": {
+						"navigationBarTitleText": "分红订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "bonus/qrcode/qrcode",
+					"style": {
+						"navigationBarTitleText": "推广二维码",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "bonus/team/team",
+					"style": {
+						"navigationBarTitleText": "成员",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "bonus/cash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}, {
+					"path": "bonus/cash/list/list",
+					"style": {
+						"navigationBarTitleText": "提现明细",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				}
+			]
 		},
 		{
-			"path": "team/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请成为队长",
-				"enablePullDownRefresh": false
-			}
-		},{
-			"path": "team/index/index",
-			"style": {
-				"navigationBarTitleText": "团队分红",
-				"enablePullDownRefresh": false
-			}
-		},{
-			"path": "team/order/order",
-			"style": {
-				"navigationBarTitleText": "分红订单",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "team/team/team",
-			"style": {
-				"navigationBarTitleText": "我的团队",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "team/statistics/statistics",
-			"style": {
-				"navigationBarTitleText": "分红统计",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "team/cash/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请提现",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
+			"root": "pages3",
+			"pages": [{
+					"path": "release/demandapply/apply",
+					"style": {
+						"navigationBarTitleText": "需求方申请",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyapply/apply",
+					"style": {
+						"navigationBarTitleText": "供求方申请",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandindex/index",
+					"style": {
+						"navigationBarTitleText": "需求方",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyindex/index",
+					"style": {
+						"navigationBarTitleText": "供求方",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandproject/index",
+					"style": {
+						"navigationBarTitleText": "发布需求",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandproject/release",
+					"style": {
+						"navigationBarTitleText": "我要发布",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandproject/edit",
+					"style": {
+						"navigationBarTitleText": "修改信息",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyproject/index",
+					"style": {
+						"navigationBarTitleText": "发布服务",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyproject/release",
+					"style": {
+						"navigationBarTitleText": "我要发布",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyproject/edit",
+					"style": {
+						"navigationBarTitleText": "修改信息",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/project/list",
+					"style": {
+						"navigationBarTitleText": "供需大厅",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/project/detail",
+					"style": {
+						"navigationBarTitleText": "供需详情",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandorder/index",
+					"style": {
+						"navigationBarTitleText": "需求订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyorder/index",
+					"style": {
+						"navigationBarTitleText": "供求订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplycash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplycash/list/list",
+					"style": {
+						"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
+					}
 				}
-			}
-		}, {
-			"path": "team/cash/list/list",
-			"style": {
-				"navigationBarTitleText": "提现明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},
-		{
-			"path": "region/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请成为代理",
-				"enablePullDownRefresh": false
-			}
-		},{
-			"path": "region/index/index",
-			"style": {
-				"navigationBarTitleText": "代理区域",
-				"enablePullDownRefresh": false
-			}
-		},{
-			"path": "region/order/order",
-			"style": {
-				"navigationBarTitleText": "分红订单",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "region/bonus/bonus",
-			"style": {
-				"navigationBarTitleText": "代理分红",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "region/cash/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请提现",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "region/cash/list/list",
-			"style": {
-				"navigationBarTitleText": "提现明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},
-		{
-			"path": "shareholder/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请成为股东",
-				"enablePullDownRefresh": false
-			}
-		},{
-			"path": "shareholder/index/index",
-			"style": {
-				"navigationBarTitleText": "股东分红",
-				"enablePullDownRefresh": false
-			}
-		},{
-			"path": "shareholder/order/order",
-			"style": {
-				"navigationBarTitleText": "分红订单",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "shareholder/bonus/bonus",
-			"style": {
-				"navigationBarTitleText": "分红明细",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "shareholder/cash/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请提现",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "shareholder/cash/list/list",
-			"style": {
-				"navigationBarTitleText": "提现明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},
-		{
-			"path": "delivery/index",
-			"style": {
-				"navigationStyle": "custom",
-				"navigationBarTitleText": "配送点",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},{
-			"path": "delivery/order",
-			"style": {
-				"navigationBarTitleText": "配送点订单",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "delivery/clerk",
-			"style": {
-				"navigationBarTitleText": "配送员",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "delivery/cash/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请提现",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "delivery/cash/list/list",
-			"style": {
-				"navigationBarTitleText": "提现明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "delivery/settlement",
-			"style": {
-				"navigationBarTitleText": "结算明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "deliveryclerk/index",
-			"style": {
-				"navigationStyle": "custom",
-				"navigationBarTitleText": "配送员",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},{
-			"path": "deliveryclerk/order",
-			"style": {
-				"navigationBarTitleText": "配送员订单",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "deliveryclerk/cash/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请提现",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "deliveryclerk/cash/list/list",
-			"style": {
-				"navigationBarTitleText": "提现明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "deliveryclerk/settlement",
-			"style": {
-				"navigationBarTitleText": "结算明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "regactivity/index/index",
-			"style": {
-				"navigationBarTitleText": "活动报名",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "regactivity/detail/detail",
-			"style": {
-				"navigationBarTitleText": "活动详情",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "regactivity/rule/rule",
-			"style": {
-				"navigationBarTitleText": "活动介绍",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "ticket/index/index",
-			"style": {
-				"navigationBarTitleText": "凭证列表",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "ticket/detail/detail",
-			"style": {
-				"navigationBarTitleText": "凭证上传",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "ticket/img/img",
-			"style": {
-				"navigationBarTitleText": "凭证详情",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "goodstore/store",
-			"style": {
-				"navigationBarTitleText": "我的",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "goodstore/detail",
-			"style": {
-				"navigationBarTitleText": "好店详情",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "goodcoupon/coupon",
-			"style": {
-				"navigationBarTitleText": "领好券",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "store/order",
-			"style": {
-				"navigationBarTitleText": "订单核销记录",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "store/couponOrder",
-			"style": {
-				"navigationBarTitleText": "券核销记录",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},
-		{
-			"path": "commander/index",
-			"style": {
-				"navigationStyle": "custom",
-				"navigationBarTitleText": "团长",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},{
-			"path": "commander/order",
-			"style": {
-				"navigationBarTitleText": "配送订单",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "commander/deliveryman",
-			"style": {
-				"navigationBarTitleText": "配送员管理",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "commander/cash/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请提现",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "commander/cash/list/list",
-			"style": {
-				"navigationBarTitleText": "提现明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "commander/settlement",
-			"style": {
-				"navigationBarTitleText": "结算明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "commander/add",
-			"style": {
-				"navigationBarTitleText": "添加配送员",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "deliveryman/index",
-			"style": {
-				"navigationStyle": "custom",
-				"navigationBarTitleText": "外卖配送员",
-				"enablePullDownRefresh": false,
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		},{
-			"path": "deliveryman/order",
-			"style": {
-				"navigationBarTitleText": "配送订单",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "deliveryman/cash/apply/apply",
-			"style": {
-				"navigationBarTitleText": "申请提现",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "deliveryman/cash/list/list",
-			"style": {
-				"navigationBarTitleText": "提现明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}, {
-			"path": "deliveryman/settlement",
-			"style": {
-				"navigationBarTitleText": "结算明细",
-				"app-plus": {
-					//#ifdef H5
-					"titleNView": false
-					//#endif
-				}
-			}
-		}]
-	}],
+			]
+		}
+	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",
@@ -2043,4 +2387,4 @@
 			"query": "" //启动参数,在页面的onLoad函数里面得到
 		}]
 	}
-}
+}
\ No newline at end of file

--
Gitblit v1.9.2