app.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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/cash/cash",
  52. "pages/user/cashDetail/cashDetail",
  53. "pages/user/silver/silver",
  54. "pages/user/silverDetail/silverDetail",
  55. "pages/user/orders/orders",
  56. "pages/user/order/order",
  57. "pages/user/comment/comment",
  58. "pages/user/commission/commission",
  59. "pages/user/logistics/logistics",
  60. "pages/user/safe/safe",
  61. "pages/user/exchange/exchange",
  62. "pages/user/exchangeSuccess/exchangeSuccess",
  63. "pages/user/invite/invite",
  64. "pages/user/invite/detail/detail",
  65. "pages/user/invite/month/month",
  66. "pages/user/invite/total/total",
  67. "pages/user/invite/rank/rank",
  68. "pages/user/invite/contribution/contribution",
  69. "pages/user/invite/material/material",
  70. "pages/user/identity/identity",
  71. "pages/user/bindoldsys/bindoldsys",
  72. "pages/user/bankinfo/bankinfo",
  73. "pages/user/recharge/recharge",
  74. "pages/user/withdraw/withdraw",
  75. "pages/user/transfer/transfer",
  76. "pages/user/transfer/transferList/transferList",
  77. "pages/user/proxyApply/proxyApply",
  78. "pages/user/proxyList/proxyList",
  79. "pages/user/proxyReview/proxyReview",
  80. "pages/user/userInfo/userInfo",
  81. "pages/user/selfReceive/selfReceive",
  82. "pages/user/selfReceive/newReceive/newReceive",
  83. "pages/user/promotion/promotion"
  84. ]
  85. },
  86. {
  87. "root": "packageMerchant",
  88. "pages": [
  89. "pages/merchant/orders/orders",
  90. "pages/merchant/order/order",
  91. "pages/merchant/logistics/logistics",
  92. "pages/merchant/accounts/accounts"
  93. ]
  94. }
  95. ],
  96. "preloadRule": {
  97. "pages/user/all/all": {
  98. "network": "all",
  99. "packages": [
  100. "packageMerchant"
  101. ]
  102. }
  103. },
  104. "window": {
  105. "backgroundTextStyle": "light",
  106. "navigationBarBackgroundColor": "#eab86a",
  107. "navigationBarTitleText": "WeChat",
  108. "navigationBarTextStyle": "white",
  109. "enablePullDownRefresh": false
  110. },
  111. "tabBar": {
  112. "color": "#4c4c4c",
  113. "selectedColor": "#eab86a",
  114. "list": [
  115. {
  116. "iconPath": "images/footer/home.png",
  117. "selectedIconPath": "images/footer/homec.png",
  118. "pagePath": "pages/home/home",
  119. "text": "首页"
  120. },
  121. {
  122. "iconPath": "images/footer/categories.png",
  123. "selectedIconPath": "images/footer/categoriesc.png",
  124. "pagePath": "pages/projects/projects",
  125. "text": "商品"
  126. },
  127. {
  128. "iconPath": "images/footer/shoppingcart.png",
  129. "selectedIconPath": "images/footer/shoppingcarta.png",
  130. "pagePath": "pages/cart/cart",
  131. "text": "购物车"
  132. },
  133. {
  134. "iconPath": "images/footer/weixin.png",
  135. "selectedIconPath": "images/footer/weixinc.png",
  136. "pagePath": "pages/customservice/customservice",
  137. "text": "客服"
  138. },
  139. {
  140. "iconPath": "images/footer/my.png",
  141. "selectedIconPath": "images/footer/myc.png",
  142. "pagePath": "pages/user/all/all",
  143. "text": "我的"
  144. }
  145. ]
  146. },
  147. "sitemapLocation": "sitemap.json",
  148. "plugins": {
  149. "live-player-plugin": {
  150. "version": "1.3.2",
  151. "provider": "wx2b03c6e691cd7370"
  152. }
  153. }
  154. }