app.json 4.5 KB

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