app.json 4.7 KB

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