1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "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/form/form",
- "pages/app_views/hazard/index/index",
- "pages/app_views/hazard/form/form",
- "pages/myCenter/profile/profile",
- "pages/task/task",
- "pages/danger/danger",
- "pages/app_views/problem_feedback/record/record",
- "pages/app_views/problem_feedback/form/form",
- "pages/app_views/checkList/detail/detail",
- "pages/app_views/clockIn/index"
- ],
- "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": "我的"
- }
- ]
- },
- "lazyCodeLoading": "requiredComponents",
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于打卡签到定位"
- }
- },
- "requiredPrivateInfos": [
- "getLocation"
- ],
- "usingComponents": {}
- }
|