{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } },{ "path": "pages/login/forget/forget", "style": { "navigationBarTitleText": "忘记密码", "navigationBarBackgroundColor": "#fff" } },{ "path": "pages/login/reg/reg", "style": { "navigationBarTitleText": "注册账户", "navigationBarBackgroundColor": "#fff" } },{ "path": "pages/index/index", "style": { // "navigationBarTitleText": "uni-app" "navigationStyle": "custom" } },{ "path" : "pages/me/me", "style" : { "navigationBarTitleText": "我的", "navigationStyle": "custom", "enablePullDownRefresh": false } } ,{ "path" : "pages/index/pagesOne/vipActive/vipActive", "style" : { "navigationBarTitleText": "会员活动", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/index/pagesOne/vipActive/activeDet", "style" : { "navigationBarTitleText": "活动详情", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ,{ "path" : "pages/index/pagesOne/vipMall/vipMall", "style" : { "navigationBarTitleText": "会员商城", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/index/pagesOne/vipMall/goodsDet", "style" : { "navigationBarTitleText": "商品详情", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/index/pagesOne/vipMall/confirmOrder", "style" : { "navigationBarTitleText": "确认订单", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/index/pagesOne/vipMall/confirmOrderCart", "style" : { "navigationBarTitleText": "确认订单", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/index/pagesOne/vipMall/pay", "style" : { "navigationBarTitleText": "立即支付", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/index/pagesOne/scoreMall/scoreMall", "style" : { "navigationBarTitleText": "积分商城", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/index/pagesOne/scoreMall/goodsDet", "style" : { "navigationBarTitleText": "商品详情", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/index/pagesOne/scoreMall/confirmOrder", "style" : { "navigationBarTitleText": "提交订单", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ,{ "path" : "pages/zhuli/zhuli", "style" : { "navigationBarTitleText": "助力", "enablePullDownRefresh": false } },{ "path" : "pages/cart/cart", "style" : { "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "购物车", "enablePullDownRefresh": false } } ,{ "path" : "pages/me/myGongFen/myGongFen", "style" : { "navigationBarTitleText": "我的工分", "navigationStyle": "custom", "enablePullDownRefresh": false } },{ "path" : "pages/me/myGongFen/newMoney", "style" : { "navigationBarTitleText": "提现", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ,{ "path" : "pages/me/myTeam/myTeam", "style" : { "navigationBarTitleText": "我的团队", "navigationStyle": "custom", "enablePullDownRefresh": false } },{ "path" : "pages/me/feedBack/feedBack", "style" : { "navigationBarTitleText": "意见反馈", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ,{ "path" : "pages/me/applyFor/applyFor", "style" : { "navigationBarTitleText": "申请", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/me/address/addressEdit/addressEdit", "style" : { "navigationBarTitleText": "收货地址", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } },{ "path" : "pages/me/address/newAddress/newAddress", "style" : { "navigationBarTitleText": "新增地址", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ,{ "path" : "pages/me/collect/collect", "style" : { "navigationBarTitleText": "我的收藏", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ,{ "path" : "pages/me/set/set", "style" : { "navigationBarTitleText": "设置", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ,{ "path" : "pages/me/set/xieYi", "style" : { "navigationBarTitleText": "协议", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ,{ "path" : "pages/me/set/deleteUser", "style" : { "navigationBarTitleText": "注销", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#9AA2B5", "selectedColor":"#ee4237", "backgroundColor": "#FFFFFF", "list": [ { "pagePath":"pages/index/index", "iconPath":"static/shouye.png", "selectedIconPath":"static/shouye_fill.png", "text":"首页" },{ "pagePath":"pages/zhuli/zhuli", "iconPath":"static/zhuli.png", "selectedIconPath":"static/zhilifill.png", "text":"助力专区" },{ "pagePath":"pages/cart/cart", "iconPath":"static/gouwuche.png", "selectedIconPath":"static/gowuudufill.png", "text":"购物车" },{ "pagePath":"pages/me/me", "iconPath":"static/wodef.png", "selectedIconPath":"static/wodefull.png", "text":"我的" } ] } }