{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationBarBackgroundColor": "#fff" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path" : "pages/user/transport/transport", "style" : { "navigationBarTitleText" : "运输中" } }, { "path" : "pages/user/complete/complete", "style" : { "navigationBarTitleText" : "已完成" } }, { "path" : "pages/user/cancel/cancel", "style" : { "navigationBarTitleText" : "已取消" } }, { "path" : "pages/user/authentication/authentication", "style" : { "navigationBarTitleText" : "请完成司机认证" } }, { "path" : "pages/user/userxy/userxy", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/user/payment/payment", "style" : { "navigationBarTitleText" : "" } },{ "path" : "pages/user/portrait/portrait", "style" : { "navigationBarTitleText" : "" } } ], "tabBar": { "color": "#666666", "selectedColor": "#0D5DC9", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/shouyew.png", "selectedIconPath": "static/shouyeac.png", "text": "首页" }, { "pagePath": "pages/user/index", "iconPath": "static/wodew.png", "selectedIconPath": "static/wodeac.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "fff", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#0D5DC9", "backgroundColor": "#55ff00", "app-plus": { "background": "#efeff4" } } }