app.json 1.6 KB

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