app.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/home/index",
  5. "pages/map/index",
  6. "pages/customer/index",
  7. "pages/my/index"
  8. ],
  9. "subPackages": [
  10. {
  11. "root": "pagesIndex",
  12. "pages": [
  13. "login/index",
  14. "like/index",
  15. "comment/index",
  16. "collect/index",
  17. "order/index",
  18. "order/detail",
  19. "order/info",
  20. "order/order",
  21. "order/after",
  22. "other/agree"
  23. ]
  24. },
  25. {
  26. "root": "pagesMy",
  27. "pages": [
  28. "coupon/index",
  29. "article/add",
  30. "article/index",
  31. "opinion/index",
  32. "service/index",
  33. "account/index"
  34. ]
  35. },
  36. {
  37. "root": "pagesHome",
  38. "pages": [
  39. "article/index",
  40. "info/index",
  41. "type/index",
  42. "type/info",
  43. "hotel/index",
  44. "hotel/info",
  45. "hotel/detail",
  46. "ticket/index",
  47. "ticket/info",
  48. "weather/index",
  49. "notice/index",
  50. "notice/detail",
  51. "news/index",
  52. "news/detail"
  53. ]
  54. }
  55. ],
  56. "window": {
  57. "pageOrientation": "portrait",
  58. "navigationBarTitleText": "神鹿峰小程序",
  59. "navigationBarTextStyle": "black",
  60. "navigationBarBackgroundColor": "#F8F8F8",
  61. "backgroundColor": "#F8F8F8",
  62. "backgroundColorTop": "#F4F5F6",
  63. "backgroundColorBottom": "#F4F5F6"
  64. },
  65. "tabBar": {
  66. "color": "#7A7E83",
  67. "selectedColor": "#007AFF",
  68. "borderStyle": "black",
  69. "backgroundColor": "#F8F8F8",
  70. "list": [
  71. {
  72. "pagePath": "pages/home/index",
  73. "iconPath": "static/home.png",
  74. "selectedIconPath": "static/homeHL.png",
  75. "text": "首页"
  76. },
  77. {
  78. "pagePath": "pages/map/index",
  79. "iconPath": "static/map.png",
  80. "selectedIconPath": "static/mapHL.png",
  81. "text": "地图"
  82. },
  83. {
  84. "pagePath": "pages/customer/index",
  85. "iconPath": "static/kf.png",
  86. "selectedIconPath": "static/kfHL.png",
  87. "text": "客服"
  88. },
  89. {
  90. "pagePath": "pages/my/index",
  91. "iconPath": "static/my.png",
  92. "selectedIconPath": "static/myHL.png",
  93. "text": "我的"
  94. }
  95. ]
  96. },
  97. "lazyCodeLoading": "requiredComponents",
  98. "usingComponents": {}
  99. }