{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/index", "style": { "navigationStyle": "custom", "navigationBarBackgroundColor": "#286ceb", "navigationBarTextStyle": "white", "backgroundColor": "#286ceb", "enablePullDownRefresh": true } }, { "path": "pages/home/detail", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": { "type": "transparent", "backgroundColor": "rgba(255,255,255,0)" } } } }, { "path": "pages/order/index", "style": { "navigationStyle": "custom", "navigationBarBackgroundColor": "#286ceb", "navigationBarTextStyle": "white", "backgroundColor": "#286ceb", "enablePullDownRefresh": true } }, { "path": "pages/my/index", "style": { "navigationStyle": "custom", "navigationBarBackgroundColor": "#286ceb", "navigationBarTextStyle": "white", "backgroundColor": "#286ceb", "enablePullDownRefresh": true } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": { "type": "transparent", "backgroundColor": "rgba(255,255,255,0)", "backButton": { "background": "none" } } } } }, { "path": "pages/login/phone", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": { "type": "transparent", "backgroundColor": "rgba(255,255,255,0)" } } } }, { "path": "pages/login/register", "style": { "app-plus": { "titleNView": { "type": "transparent", "backgroundColor": "rgba(255,255,255,0)" } } } }, { "path": "pages/login/forget-pwd", "style": { "app-plus": { "titleNView": { "type": "transparent", "backgroundColor": "rgba(255,255,255,0)" } } } }, { "path": "pages/my/my-order", "style": { "navigationBarTitleText": "我的订单", "navigationBarBackgroundColor": "#286ceb", "navigationBarTextStyle": "white", "backgroundColor": "#286ceb", "enablePullDownRefresh": true } }, { "path": "pages/home/city", "style": { "navigationBarTitleText": "选择城市" } }, { "path": "pages/my/set/index", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/my/set/phone-number", "style": { "navigationBarTitleText": "当前手机号" } }, { "path": "pages/my/set/phone-change", "style": { "navigationBarTitleText": "更改手机号" } }, { "path": "pages/my/IDcard", "style": { "navigationBarTitleText": "实名认证" } }, { "path": "pages/my/Driver", "style": { "navigationBarTitleText": "驾照认证" } }, { "path": "pages/home/test", "style": { "navigationBarTitleText": "" } }, { "path": "pages/my/owner/index", "style": { "navigationBarTitleText": "车主认证" } }, { "path": "pages/my/owner/owner", "style": { "navigationBarTitleText": "车辆选择" } }, { "path": "pages/my/wallet", "style": { "navigationBarTitleText": "钱包", "navigationBarBackgroundColor": "#286ceb", "navigationBarTextStyle": "white", "backgroundColor": "#286ceb" } }, { "path": "pages/my/cash", "style": { "navigationBarTitleText": "提现" } }, { "path": "pages/my/contact", "style": { "navigationBarTitleText": "联系我们" } }, { "path": "pages/my/help/index", "style": { "navigationBarTitleText": "帮助中心" } }, { "path": "pages/my/help/help", "style": { "navigationBarTitleText": "三步教你搞定注册流程" } }, { "path": "pages/my/help/details", "style": { "navigationBarTitleText": "详情" } }, { "path": "pages/my/about", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/home/offline", "style": { "navigationBarTitleText": "线下结算", "enablePullDownRefresh": false } }, { "path": "pages/shunfeng/publish", "style": { "navigationBarTitleText": "发布", "navigationBarBackgroundColor": "#286ceb", "navigationBarTextStyle": "white", "backgroundColor": "#286ceb" } }, { "path": "pages/shunfeng/pub-list", "style": { "navigationBarTitleText": "顺风车发布", "navigationBarBackgroundColor": "#286ceb", "navigationBarTextStyle": "white", "backgroundColor": "#286ceb", "enablePullDownRefresh": true } }, { "path": "pages/shunfeng/order-detail", "style": { "navigationBarTitleText": "", "navigationBarBackgroundColor": "#286ceb", "navigationBarTextStyle": "white", "backgroundColor": "#286ceb" } }, { "path": "pages/shunfeng/search", "style": { "navigationBarTitleText": "搜索", "navigationBarBackgroundColor": "#286ceb", "navigationBarTextStyle": "white", "backgroundColor": "#286ceb" } }, { "path": "pages/map/index", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false } } ,{ "path" : "pages/huoyun/order-detail", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/huoyun/pay", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#cccccc", "selectedColor": "#286ceb", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/home/index", "iconPath": "static/tabbar/1.png", "selectedIconPath": "static/tabbar/1-1.png", "text": "首页" }, { "pagePath": "pages/order/index", "iconPath": "static/tabbar/2.png", "selectedIconPath": "static/tabbar/2-2.png", "text": "订单" },{ "pagePath": "pages/my/index", "iconPath": "static/tabbar/3.png", "selectedIconPath": "static/tabbar/3-3.png", "text": "我的" }] }, "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" } }