{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "熊熊安装队", "enablePullDownRefresh": true } }, { "path": "pages/auth/auth", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/member/member", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/auth/pageA", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/auth/pageB", "style": { "navigationBarTitleText": "我的" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "熊熊安装", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" // #ifdef H5 , "rpxCalcMaxDeviceWidth": 750, "rpxCalcBaseDeviceWidth": 750, "rpxCalcIncludeWidth": 750, "maxWidth": 750 // #endif }, "tabBar": { "color": "#B5B5B5", "selectedColor": "#7286F1", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/temp/tabbar/1.png", "selectedIconPath": "static/temp/tabbar/1a.png", "text": "首页" }, { "pagePath": "pages/auth/auth", "iconPath": "static/temp/tabbar/2.png", "selectedIconPath": "static/temp/tabbar/2a.png", "text": "分类" }, { "pagePath": "pages/auth/pageA", "iconPath": "static/temp/tabbar/3.png", "selectedIconPath": "static/temp/tabbar/3a.png", "text": "联保" }, { "pagePath": "pages/auth/pageB", "iconPath": "static/temp/tabbar/4.png", "selectedIconPath": "static/temp/tabbar/4a.png", "text": "订单" }, { "pagePath": "pages/member/member", "iconPath": "static/temp/tabbar/5.png", "selectedIconPath": "static/temp/tabbar/5a.png", "text": "我的" } ] } }