app.json 1.8 KB

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