{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "唐九运云售电平台" } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/productList/productList", "style": { "navigationBarTitleText": "商品列表" } }, { "path": "pages/editProfile/editProfile", "style": { "navigationBarTitleText": "修改资料", "navigationStyle": "custom" } }, { "path": "pages/contract/contract", "style": { "navigationBarTitleText": "售电合同" } }, { "path": "pages/monthlyReport/monthlyReport", "style": { "navigationBarTitleText": "月报" } }, { "path": "pages/yearlyReport/yearlyReport", "style": { "navigationBarTitleText": "年报" } }, { "path": "pages/electricityReport/electricityReport", "style": { "navigationBarTitleText": "电费报表" } }, { "path": "pages/customerService/customerService", "style": { "navigationBarTitleText": "联系客服" } }, { "path": "pages/withdrawal/withdrawal", "style": { "navigationBarTitleText": "提现" } }, { "path": "pages/invitation/invitation", "style": { "navigationBarTitleText": "邀请好友" } }, { "path": "pages/invitationRecord/invitationRecord", "style": { "navigationBarTitleText": "邀请记录" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "webSoft", "navigationBarBackgroundColor": "#00923F", "backgroundColor": "#00923F" }, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#00923F", "navigationBarTitleText": "唐九运云售电平台", "navigationBarTextStyle": "white" }, "tabBar": { "color": "#999999", "selectedColor": "#00923F", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "static/tabbar/user.png", "selectedIconPath": "static/tabbar/user-active.png" } ] } }