app.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. ],
  26. "subPackages": [],
  27. "window": {
  28. "navigationBarTextStyle": "black",
  29. "navigationBarTitleText": "uni-app",
  30. "navigationBarBackgroundColor": "#F8F8F8",
  31. "backgroundColor": "#F8F8F8"
  32. },
  33. "tabBar": {
  34. "color": "#7A7E83",
  35. "selectedColor": "#1296db",
  36. "borderStyle": "black",
  37. "backgroundColor": "#ffffff",
  38. "list": [
  39. {
  40. "pagePath": "pages/index/index",
  41. "iconPath": "static/tabbar/index.png",
  42. "selectedIconPath": "static/tabbar/indexEd.png",
  43. "text": "首页"
  44. },
  45. {
  46. "pagePath": "pages/history/history",
  47. "iconPath": "static/tabbar/history.png",
  48. "selectedIconPath": "static/tabbar/historyEd.png",
  49. "text": "操作记录"
  50. },
  51. {
  52. "pagePath": "pages/myCenter/myCenter",
  53. "iconPath": "static/tabbar/myCenter.png",
  54. "selectedIconPath": "static/tabbar/myCenterEd.png",
  55. "text": "我的"
  56. }
  57. ]
  58. },
  59. "lazyCodeLoading": "requiredComponents",
  60. "usingComponents": {}
  61. }