1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "pages": [
- "pages/index/index",
- "pages/history/history",
- "pages/history/detail/detail",
- "pages/myCenter/myCenter",
- "pages/login/index",
- "pages/authorizedLogin/index",
- "pages/service_agreement/service_agreement",
- "pages/app_views/satisfaction_evaluation/satisfaction_evaluation",
- "pages/app_views/safe_checked/safe_checked",
- "pages/app_views/danger/submit/submit",
- "pages/app_views/equipment_maintenance/equipment_maintenance",
- "pages/app_views/problem_feedback/problem_feedback",
- "pages/app_views/danger/handle/handle",
- "pages/app_views/checkList/index/index",
- "pages/app_views/checkList/from/from"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#1296db",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/indexEd.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/history/history",
- "iconPath": "static/tabbar/history.png",
- "selectedIconPath": "static/tabbar/historyEd.png",
- "text": "历史"
- },
- {
- "pagePath": "pages/myCenter/myCenter",
- "iconPath": "static/tabbar/myCenter.png",
- "selectedIconPath": "static/tabbar/myCenterEd.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|