app.json 4.8 KB

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