{ "pages": [{ "path": "pages/repair/repair", "style": { "navigationBarTitleText": "申请报修" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false } }, { "path": "pages/repairList/repairList", "style": { "navigationBarTitleText": "我的报修", "enablePullDownRefresh": false } }, { "path": "pages/reject/reject", "style": { "navigationBarTitleText": "驳回" } }, { "path": "pages/finish/finish", "style": { "navigationBarTitleText": "结单" } }, { "path": "pages/center/center", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/login/wxUserInfo", "style": { "navigationBarTitleText": "获取用户信息" } }, { "path" : "pages/order/order", "style" : { "navigationBarTitleText" : "" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "backgroundColor": "white", "selectedColor": "#3c9cff", "list": [{ "selectedIconPath": "/static/bar/2.png", "iconPath": "/static/bar/1.png", "pagePath": "pages/repair/repair", "text": "报修" }, { "selectedIconPath": "/static/bar/4.png", "iconPath": "/static/bar/3.png", "pagePath": "pages/center/center", "text": "用户中心" }] }, "uniIdRouter": {} }