{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "聚达康暖通", "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, { "path": "pages/selfCenter/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, { "path": "pages/selfCenter/with_house", "style": { "navigationBarTitleText": "关联住房", "navigationBarBackgroundColor": "#02A7F0", "navigationBarTextStyle": "white" } }, { "path": "pages/selfCenter/my_fix", "style": { "navigationBarTitleText": "我的报修", "navigationBarBackgroundColor": "#02A7F0", "navigationBarTextStyle": "white" } }, { "path": "pages/auth/index", "style": { "navigationBarTitleText": "授权" } }, { "path": "pages/heatingPage/list", "style": { "navigationBarTitleText": "缴费订单" } }, { "path": "pages/heatingPage/reportFix", "style": { "navigationBarTitleText": "一键报修" } }, { "path": "pages/heatingPage/pay", "style": { "navigationBarTitleText": "供暖订单" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "聚达康暖通", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "list": [{ "pagePath": "pages/index/index", "iconPath": "/static/tabbar/home-select.png", "selectedIconPath": "/static/tabbar/home-selected.png", "text": "首页" }, { "pagePath": "pages/selfCenter/index", "iconPath": "/static/tabbar/user-select.png", "selectedIconPath": "/static/tabbar/user-selected.png", "text": "我的" } ] } }