12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "pages": [
- "pages/index/index",
- "pages/myCenter/index",
- "pages/myCenter/personalData/personalData",
- "pages/myCenter/updatePassword/updatePassword",
- "pages/login/index",
- "pages/webview/webview"
- ],
- "subPackages": [
- {
- "root": "packageA",
- "pages": [
- "pages/danger/index",
- "pages/industry/index",
- "pages/disaster/index",
- "pages/duty/index",
- "pages/team/index",
- "pages/goods/index",
- "pages/goods/record"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "智慧创新",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#1296db",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "iconWidth": "24px",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/indexEd.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/myCenter/index",
- "iconPath": "static/tabbar/myCenter.png",
- "selectedIconPath": "static/tabbar/myCenterEd.png",
- "text": "我的",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#3D90F4",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ]
- },
- "usingComponents": {}
- }
|