{ "pages": [{ "path": "pages/homePage/homePage", "style": { "h5": { "titleNView": false } } }, { "path": "pages/initBind/initBind", "style": { "h5": { "titleNView": false } } }, { "path": "pages/repairEntrance/repairEntrance", "style": { "h5": { "titleNView": false } } }, { "path": "pages/incidentList/incidentList", "style": { "h5": { "titleNView": false }, "enablePullDownRefresh": true } }, { "path": "pages/index/index", "style": { "h5": { "titleNView": false } } }, { "path": "pages/repairList/repairList", "style": { "h5": { "titleNView": false } } }, { "path": "pages/my/my", "style": { "h5": { "titleNView": false } } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#888", "selectedColor": "#49B856", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/incidentList/incidentList", "iconPath": "static/img/icon_incidentList.png", "selectedIconPath": "static/img/icon_incidentList_active.png", "text": "故障" }, { "pagePath": "pages/my/my", "iconPath": "static/img/icon_my.png", "selectedIconPath": "static/img/icon_my_active.png", "text": "我的" }] } }