|
|
- {
- "pages": [
- {
- "path" : "pages/index/index",
- "style" :
- {
- "navigationBarTitleText" : "首页"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/login/mobile",
- "style": {
- "navigationBarTitleText": "登陆"
- }
- },
- {
- "path" : "pages/index/order",
- "style" :
- {
- "navigationBarTitleText" : "订单"
- }
- },
- {
- "path" : "pages/index/technician",
- "style" :
- {
- "navigationBarTitleText" : "技师列表"
- }
- },
- {
- "path" : "pages/index/center",
- "style" :
- {
- "navigationBarTitleText" : "用户中心"
- }
- },
- {
- "path" : "pages/order/orderDetail",
- "style" :
- {
- "navigationBarTitleText" : "订单详情"
- }
- },
- {
- "path" : "pages/order/evaluate",
- "style" :
- {
- "navigationBarTitleText" : "服务评价"
- }
- },
- {
- "path" : "pages/order/payOrder",
- "style" :
- {
- "navigationBarTitleText" : "确认订单"
- }
- },
- {
- "path" : "pages/technician/subscribeService",
- "style" :
- {
- "navigationBarTitleText" : "选择技师"
- }
- },
- {
- "path" : "pages/technician/technicianDetail",
- "style" :
- {
- "navigationBarTitleText" : "技师详情"
- }
- },
- {
- "path" : "pages/mine/collect",
- "style" :
- {
- "navigationBarTitleText" : "我的收藏"
- }
- },
- {
- "path" : "pages/mine/coupon",
- "style" :
- {
- "navigationBarTitleText" : "我的优惠券"
- }
- },
- {
- "path" : "pages/mine/address",
- "style" :
- {
- "navigationBarTitleText" : "地址管理"
- }
- },
- {
- "path" : "pages/mine/distribution",
- "style" :
- {
- "navigationBarTitleText" : "分销代理"
- }
- },
- {
- "path" : "pages/payment/payment-success",
- "style" :
- {
- "navigationBarTitleText" : "支付成功",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/mine/wallet",
- "style" :
- {
- "navigationBarTitleText" : "我的钱包"
- }
- },
- {
- "path" : "pages/technician/selectTechnician",
- "style" :
- {
- "navigationBarTitleText" : "选择技师"
- }
- },
- {
- "path" : "pages/map/map",
- "style" :
- {
- "navigationBarTitleText" : "地图"
- }
- },
- {
- "path" : "pages/mine/nodes",
- "style" :
- {
- "navigationBarTitleText" : "粉丝"
- }
- },
- {
- "path" : "pages/mine/setting",
- "style" :
- {
- "navigationBarTitleText" : "设置"
- }
- },
- {
- "path" : "pages/mine/settled",
- "style" :
- {
- "navigationBarTitleText" : "技师招募"
- }
- },
- {
- "path" : "pages/mine/runningWater",
- "style" :
- {
- "navigationBarTitleText" : "流水"
- }
- },
- {
- "path" : "pages/mine/phoneDetail",
- "style" :
- {
- "navigationBarTitleText" : "绑定手机"
- }
- },
- {
- "path" : "pages/mine/withdraw",
- "style" :
- {
- "navigationBarTitleText" : "钱包提现"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "天都服务",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle":"custom"
- },
- "tabBar": {
- "backgroundColor": "white",
- "selectedColor": "#56CBA4",
- "list": [
- {
- "selectedIconPath": "/static/bar/hms.png",
- "iconPath": "/static/bar/hm.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },{
- "selectedIconPath": "/static/bar/phs.png",
- "iconPath": "/static/bar/ph.png",
- "pagePath": "pages/index/technician",
- "text": "技师"
- },{
- "selectedIconPath": "/static/bar/tps.png",
- "iconPath": "/static/bar/tp.png",
- "pagePath": "pages/index/order",
- "text": "订单"
- },{
- "selectedIconPath": "/static/bar/wds.png",
- "iconPath": "/static/bar/wd.png",
- "pagePath": "pages/index/center",
- "text": "我的"
- }
- ]
- },
- "uniIdRouter": {}
- }
|