app.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "pages": [
  3. "pages/start/start",
  4. "pages/home/home",
  5. "pages/user/all/all",
  6. "pages/cart/cart",
  7. "pages/areacart/areacart",
  8. "pages/centcart/centcart",
  9. "pages/projects/projects",
  10. "pages/livelist/livelist",
  11. "pages/helpfarm/helpfarm",
  12. "pages/helpfarm/helpfarm-detail/helpfarm-detail",
  13. "pages/helpfarm/helpfarm-success/helpfarm-success",
  14. "pages/helpfarm/success/success",
  15. "pages/helpfarm/count/count",
  16. "pages/helpfarm/othercustom/othercustom",
  17. "pages/helpfarm/group/group",
  18. "pages/projects/project-detail/project-detail",
  19. "pages/projects/project-detail-noshare/project-detail-noshare",
  20. "pages/projects/project-comment/project-comment",
  21. "pages/projects/project-success/project-success",
  22. "pages/pay/pay",
  23. "pages/customservice/customservice",
  24. "pages/web/web",
  25. "pages/parse/parse",
  26. "pages/activity/redpacket/redpacket",
  27. "pages/activity/screen/screen"
  28. ],
  29. "subpackages": [
  30. {
  31. "root": "packageUser",
  32. "pages": [
  33. "pages/user/bind/bind",
  34. "pages/user/buy/buy",
  35. "pages/user/granary/granary",
  36. "pages/user/granary/use/use",
  37. "pages/user/fund/fund",
  38. "pages/user/farm/farm",
  39. "pages/user/otherbind/otherbind",
  40. "pages/user/bindsuccess/bindsuccess",
  41. "pages/user/address/address",
  42. "pages/user/newAddress/newAddress",
  43. "pages/user/applyLeader/applyLeader",
  44. "pages/user/integral/integral",
  45. "pages/user/integralDetail/integralDetail",
  46. "pages/user/integral/checkin/checkin",
  47. "pages/user/radish/radish",
  48. "pages/user/radishDetail/radishDetail",
  49. "pages/user/orders/orders",
  50. "pages/user/order/order",
  51. "pages/user/comment/comment",
  52. "pages/user/logistics/logistics",
  53. "pages/user/safe/safe",
  54. "pages/user/exchange/exchange",
  55. "pages/user/exchangeSuccess/exchangeSuccess",
  56. "pages/user/invite/invite",
  57. "pages/user/invite/detail/detail",
  58. "pages/user/invite/month/month",
  59. "pages/user/invite/total/total",
  60. "pages/user/invite/rank/rank",
  61. "pages/user/invite/contribution/contribution",
  62. "pages/user/invite/material/material",
  63. "pages/user/identity/identity",
  64. "pages/user/bindoldsys/bindoldsys",
  65. "pages/user/bankinfo/bankinfo",
  66. "pages/user/recharge/recharge",
  67. "pages/user/withdraw/withdraw",
  68. "pages/user/transfer/transfer",
  69. "pages/user/transfer/transferList/transferList",
  70. "pages/user/proxyApply/proxyApply",
  71. "pages/user/proxyList/proxyList",
  72. "pages/user/proxyReview/proxyReview",
  73. "pages/user/userInfo/userInfo"
  74. ]
  75. },
  76. {
  77. "root": "packageMerchant",
  78. "pages": [
  79. "pages/merchant/orders/orders",
  80. "pages/merchant/order/order",
  81. "pages/merchant/logistics/logistics",
  82. "pages/merchant/accounts/accounts"
  83. ]
  84. }
  85. ],
  86. "preloadRule": {
  87. "pages/user/all/all": {
  88. "network": "all",
  89. "packages": [
  90. "packageMerchant"
  91. ]
  92. }
  93. },
  94. "window": {
  95. "backgroundTextStyle": "light",
  96. "navigationBarBackgroundColor": "#eab86a",
  97. "navigationBarTitleText": "WeChat",
  98. "navigationBarTextStyle": "white",
  99. "enablePullDownRefresh": false
  100. },
  101. "tabBar": {
  102. "color": "#4c4c4c",
  103. "selectedColor": "#eab86a",
  104. "list": [
  105. {
  106. "iconPath": "images/footer/home.png",
  107. "selectedIconPath": "images/footer/homec.png",
  108. "pagePath": "pages/home/home",
  109. "text": "首页"
  110. },
  111. {
  112. "iconPath": "images/footer/categories.png",
  113. "selectedIconPath": "images/footer/categoriesc.png",
  114. "pagePath": "pages/projects/projects",
  115. "text": "商品"
  116. },
  117. {
  118. "iconPath": "images/footer/shoppingcart.png",
  119. "selectedIconPath": "images/footer/shoppingcarta.png",
  120. "pagePath": "pages/cart/cart",
  121. "text": "购物车"
  122. },
  123. {
  124. "iconPath": "images/footer/weixin.png",
  125. "selectedIconPath": "images/footer/weixinc.png",
  126. "pagePath": "pages/customservice/customservice",
  127. "text": "客服"
  128. },
  129. {
  130. "iconPath": "images/footer/my.png",
  131. "selectedIconPath": "images/footer/myc.png",
  132. "pagePath": "pages/user/all/all",
  133. "text": "我的"
  134. }
  135. ]
  136. },
  137. "sitemapLocation": "sitemap.json",
  138. "plugins": {
  139. "live-player-plugin": {
  140. "version": "1.3.2",
  141. "provider": "wx2b03c6e691cd7370"
  142. }
  143. }
  144. }