app.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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/helpfarm/helpfarm",
  11. "pages/helpfarm/helpfarm-detail/helpfarm-detail",
  12. "pages/helpfarm/helpfarm-success/helpfarm-success",
  13. "pages/helpfarm/success/success",
  14. "pages/helpfarm/count/count",
  15. "pages/helpfarm/othercustom/othercustom",
  16. "pages/helpfarm/group/group",
  17. "pages/projects/project-detail/project-detail",
  18. "pages/projects/project-success/project-success",
  19. "pages/pay/pay",
  20. "pages/customservice/customservice",
  21. "pages/web/web",
  22. "pages/parse/parse",
  23. "pages/activity/redpacket/redpacket",
  24. "pages/activity/screen/screen"
  25. ],
  26. "subpackages": [
  27. {
  28. "root": "packageUser",
  29. "pages": [
  30. "pages/user/bind/bind",
  31. "pages/user/buy/buy",
  32. "pages/user/granary/granary",
  33. "pages/user/granary/use/use",
  34. "pages/user/fund/fund",
  35. "pages/user/farm/farm",
  36. "pages/user/otherbind/otherbind",
  37. "pages/user/bindsuccess/bindsuccess",
  38. "pages/user/address/address",
  39. "pages/user/newAddress/newAddress",
  40. "pages/user/applyLeader/applyLeader",
  41. "pages/user/integral/integral",
  42. "pages/user/integralDetail/integralDetail",
  43. "pages/user/integral/checkin/checkin",
  44. "pages/user/radish/radish",
  45. "pages/user/radishDetail/radishDetail",
  46. "pages/user/orders/orders",
  47. "pages/user/order/order",
  48. "pages/user/logistics/logistics",
  49. "pages/user/safe/safe",
  50. "pages/user/exchange/exchange",
  51. "pages/user/exchangeSuccess/exchangeSuccess",
  52. "pages/user/invite/invite",
  53. "pages/user/invite/detail/detail",
  54. "pages/user/invite/month/month",
  55. "pages/user/invite/total/total",
  56. "pages/user/invite/rank/rank",
  57. "pages/user/invite/contribution/contribution",
  58. "pages/user/invite/material/material",
  59. "pages/user/identity/identity",
  60. "pages/user/bankinfo/bankinfo",
  61. "pages/user/recharge/recharge",
  62. "pages/user/withdraw/withdraw"
  63. ]
  64. },
  65. {
  66. "root": "packageMerchant",
  67. "pages": [
  68. "pages/merchant/orders/orders",
  69. "pages/merchant/order/order",
  70. "pages/merchant/logistics/logistics",
  71. "pages/merchant/accounts/accounts"
  72. ]
  73. }
  74. ],
  75. "preloadRule": {
  76. "pages/user/all/all": {
  77. "network": "all",
  78. "packages": [
  79. "packageMerchant"
  80. ]
  81. }
  82. },
  83. "window": {
  84. "backgroundTextStyle": "light",
  85. "navigationBarBackgroundColor": "#eab86a",
  86. "navigationBarTitleText": "WeChat",
  87. "navigationBarTextStyle": "white",
  88. "enablePullDownRefresh": false
  89. },
  90. "tabBar": {
  91. "color": "#4c4c4c",
  92. "selectedColor": "#eab86a",
  93. "list": [
  94. {
  95. "iconPath": "images/footer/home.png",
  96. "selectedIconPath": "images/footer/homec.png",
  97. "pagePath": "pages/home/home",
  98. "text": "首页"
  99. },
  100. {
  101. "iconPath": "images/footer/categories.png",
  102. "selectedIconPath": "images/footer/categoriesc.png",
  103. "pagePath": "pages/projects/projects",
  104. "text": "商品"
  105. },
  106. {
  107. "iconPath": "images/footer/shoppingcart.png",
  108. "selectedIconPath": "images/footer/shoppingcarta.png",
  109. "pagePath": "pages/cart/cart",
  110. "text": "购物车"
  111. },
  112. {
  113. "iconPath": "images/footer/weixin.png",
  114. "selectedIconPath": "images/footer/weixinc.png",
  115. "pagePath": "pages/customservice/customservice",
  116. "text": "客服"
  117. },
  118. {
  119. "iconPath": "images/footer/my.png",
  120. "selectedIconPath": "images/footer/myc.png",
  121. "pagePath": "pages/user/all/all",
  122. "text": "我的"
  123. }
  124. ]
  125. },
  126. "sitemapLocation": "sitemap.json"
  127. }