app.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. ]
  19. },
  20. {
  21. "root": "pagesMy",
  22. "pages": [
  23. "coupon/index",
  24. "article/add",
  25. "article/index",
  26. "opinion/index",
  27. "account/index"
  28. ]
  29. },
  30. {
  31. "root": "pagesHome",
  32. "pages": [
  33. "article/index",
  34. "info/index",
  35. "type/index",
  36. "type/info",
  37. "hotel/index",
  38. "hotel/info",
  39. "hotel/detail",
  40. "ticket/index",
  41. "ticket/info",
  42. "weather/index",
  43. "notice/index",
  44. "notice/detail",
  45. "news/index",
  46. "news/detail"
  47. ]
  48. }
  49. ],
  50. "window": {
  51. "pageOrientation": "portrait",
  52. "navigationBarTitleText": "神鹿峰小程序",
  53. "navigationBarTextStyle": "black",
  54. "navigationBarBackgroundColor": "#F8F8F8",
  55. "backgroundColor": "#F8F8F8",
  56. "backgroundColorTop": "#F4F5F6",
  57. "backgroundColorBottom": "#F4F5F6"
  58. },
  59. "tabBar": {
  60. "color": "#7A7E83",
  61. "selectedColor": "#007AFF",
  62. "borderStyle": "black",
  63. "backgroundColor": "#F8F8F8",
  64. "list": [
  65. {
  66. "pagePath": "pages/home/index",
  67. "iconPath": "static/home.png",
  68. "selectedIconPath": "static/homeHL.png",
  69. "text": "首页"
  70. },
  71. {
  72. "pagePath": "pages/map/index",
  73. "iconPath": "static/map.png",
  74. "selectedIconPath": "static/mapHL.png",
  75. "text": "地图"
  76. },
  77. {
  78. "pagePath": "pages/customer/index",
  79. "iconPath": "static/kf.png",
  80. "selectedIconPath": "static/kfHL.png",
  81. "text": "客服"
  82. },
  83. {
  84. "pagePath": "pages/my/index",
  85. "iconPath": "static/my.png",
  86. "selectedIconPath": "static/myHL.png",
  87. "text": "我的"
  88. }
  89. ]
  90. },
  91. "lazyCodeLoading": "requiredComponents",
  92. "usingComponents": {}
  93. }