12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "pages": [
- "pages/login/index",
- "pages/index/index",
- "pages/myCenter/myCenter",
- "pages/myCenter/personalData/personalData",
- "pages/myCenter/updatePassword/updatePassword",
- "pages/webview/webview",
- "pages/history/history",
- "pages/applicationCenter/applicationCenter",
- "pages/message/message",
- "pages/index/detail/detail",
- "pages/index/handle/danger/index/index",
- "pages/index/handle/task/task",
- "pages/index/handle/task/checkList/form/form",
- "pages/index/handle/alert/alert",
- "pages/index/handle/warning/warning",
- "pages/index/handle/task/checkList/form/transferCheckTask"
- ],
- "subPackages": [],
- "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/applicationCenter/applicationCenter",
- "iconPath": "static/tabbar/app.png",
- "selectedIconPath": "static/tabbar/appEd.png",
- "text": "应用中心"
- },
- {
- "pagePath": "pages/history/history",
- "iconPath": "static/tabbar/info.png",
- "selectedIconPath": "static/tabbar/infoEd.png",
- "text": "信息中心"
- },
- {
- "pagePath": "pages/myCenter/myCenter",
- "iconPath": "static/tabbar/myCenter.png",
- "selectedIconPath": "static/tabbar/myCenterEd.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|