app.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/history/history",
  5. "pages/history/detail/detail",
  6. "pages/myCenter/myCenter",
  7. "pages/login/index",
  8. "pages/authorizedLogin/index",
  9. "pages/service_agreement/service_agreement",
  10. "pages/app_views/satisfaction_evaluation/satisfaction_evaluation",
  11. "pages/app_views/safe_checked/safe_checked",
  12. "pages/app_views/danger/submit/submit",
  13. "pages/app_views/equipment_maintenance/equipment_maintenance",
  14. "pages/app_views/problem_feedback/problem_feedback",
  15. "pages/app_views/danger/handle/handle",
  16. "pages/app_views/checkList/index/index",
  17. "pages/app_views/checkList/form/form",
  18. "pages/app_views/hazard/index/index",
  19. "pages/app_views/hazard/form/form",
  20. "pages/myCenter/profile/profile",
  21. "pages/task/task",
  22. "pages/danger/danger",
  23. "pages/app_views/problem_feedback/record/record",
  24. "pages/app_views/problem_feedback/form/form",
  25. "pages/app_views/checkList/detail/detail",
  26. "pages/app_views/clockIn/index"
  27. ],
  28. "subPackages": [],
  29. "window": {
  30. "navigationBarTextStyle": "black",
  31. "navigationBarTitleText": "uni-app",
  32. "navigationBarBackgroundColor": "#F8F8F8",
  33. "backgroundColor": "#F8F8F8"
  34. },
  35. "tabBar": {
  36. "color": "#7A7E83",
  37. "selectedColor": "#1296db",
  38. "borderStyle": "black",
  39. "backgroundColor": "#ffffff",
  40. "list": [
  41. {
  42. "pagePath": "pages/index/index",
  43. "iconPath": "static/tabbar/index.png",
  44. "selectedIconPath": "static/tabbar/indexEd.png",
  45. "text": "首页"
  46. },
  47. {
  48. "pagePath": "pages/history/history",
  49. "iconPath": "static/tabbar/history.png",
  50. "selectedIconPath": "static/tabbar/historyEd.png",
  51. "text": "操作记录"
  52. },
  53. {
  54. "pagePath": "pages/myCenter/myCenter",
  55. "iconPath": "static/tabbar/myCenter.png",
  56. "selectedIconPath": "static/tabbar/myCenterEd.png",
  57. "text": "我的"
  58. }
  59. ]
  60. },
  61. "lazyCodeLoading": "requiredComponents",
  62. "permission": {
  63. "scope.userLocation": {
  64. "desc": "你的位置信息将用于打卡签到定位"
  65. }
  66. },
  67. "usingComponents": {}
  68. }