app.json 5.0 KB

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