app.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. "pages/user/selfReceive/selfReceive",
  75. "pages/user/selfReceive/newReceive/newReceive"
  76. ]
  77. },
  78. {
  79. "root": "packageMerchant",
  80. "pages": [
  81. "pages/merchant/orders/orders",
  82. "pages/merchant/order/order",
  83. "pages/merchant/logistics/logistics",
  84. "pages/merchant/accounts/accounts"
  85. ]
  86. }
  87. ],
  88. "preloadRule": {
  89. "pages/user/all/all": {
  90. "network": "all",
  91. "packages": [
  92. "packageMerchant"
  93. ]
  94. }
  95. },
  96. "window": {
  97. "backgroundTextStyle": "light",
  98. "navigationBarBackgroundColor": "#eab86a",
  99. "navigationBarTitleText": "WeChat",
  100. "navigationBarTextStyle": "white",
  101. "enablePullDownRefresh": false
  102. },
  103. "tabBar": {
  104. "color": "#4c4c4c",
  105. "selectedColor": "#eab86a",
  106. "list": [
  107. {
  108. "iconPath": "images/footer/home.png",
  109. "selectedIconPath": "images/footer/homec.png",
  110. "pagePath": "pages/home/home",
  111. "text": "首页"
  112. },
  113. {
  114. "iconPath": "images/footer/categories.png",
  115. "selectedIconPath": "images/footer/categoriesc.png",
  116. "pagePath": "pages/projects/projects",
  117. "text": "商品"
  118. },
  119. {
  120. "iconPath": "images/footer/shoppingcart.png",
  121. "selectedIconPath": "images/footer/shoppingcarta.png",
  122. "pagePath": "pages/cart/cart",
  123. "text": "购物车"
  124. },
  125. {
  126. "iconPath": "images/footer/weixin.png",
  127. "selectedIconPath": "images/footer/weixinc.png",
  128. "pagePath": "pages/customservice/customservice",
  129. "text": "客服"
  130. },
  131. {
  132. "iconPath": "images/footer/my.png",
  133. "selectedIconPath": "images/footer/myc.png",
  134. "pagePath": "pages/user/all/all",
  135. "text": "我的"
  136. }
  137. ]
  138. },
  139. "sitemapLocation": "sitemap.json",
  140. "plugins": {
  141. "live-player-plugin": {
  142. "version": "1.3.2",
  143. "provider": "wx2b03c6e691cd7370"
  144. }
  145. }
  146. }