app.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/my/index",
  5. "pages/login/index",
  6. "pages/service/index",
  7. "pages/policy/index",
  8. "pages/illness/index",
  9. "pages/illness/come",
  10. "pages/illness/testingRoom",
  11. "pages/details/index",
  12. "pages/details/cmsinfo",
  13. "pages/notice/index",
  14. "pages/user/index",
  15. "pages/user/familyInfo"
  16. ],
  17. "subPackages": [],
  18. "window": {
  19. "navigationBarTextStyle": "white",
  20. "navigationBarTitleText": "uni-app",
  21. "navigationBarBackgroundColor": "#fd6b18",
  22. "backgroundColor": "#fff"
  23. },
  24. "tabBar": {
  25. "color": "#7A7E83",
  26. "selectedColor": "#3cc51f",
  27. "borderStyle": "black",
  28. "backgroundColor": "#ffffff",
  29. "list": [
  30. {
  31. "pagePath": "pages/index/index",
  32. "iconPath": "static/home1.png",
  33. "selectedIconPath": "static/home2.png",
  34. "text": "首页"
  35. },
  36. {
  37. "pagePath": "pages/service/index",
  38. "iconPath": "static/service1.png",
  39. "selectedIconPath": "static/service2.png",
  40. "text": "服务"
  41. },
  42. {
  43. "pagePath": "pages/policy/index",
  44. "iconPath": "static/policy1.png",
  45. "selectedIconPath": "static/policy2.png",
  46. "text": "政策"
  47. },
  48. {
  49. "pagePath": "pages/my/index",
  50. "iconPath": "static/user1.png",
  51. "selectedIconPath": "static/user2.png",
  52. "text": "我的"
  53. }
  54. ]
  55. },
  56. "lazyCodeLoading": "requiredComponents",
  57. "usingComponents": {}
  58. }