app.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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/bindoldsys/bindoldsys",
  61. "pages/user/bankinfo/bankinfo",
  62. "pages/user/recharge/recharge",
  63. "pages/user/withdraw/withdraw",
  64. "pages/user/transfer/transfer",
  65. "pages/user/transfer/transferList/transferList"
  66. ]
  67. },
  68. {
  69. "root": "packageMerchant",
  70. "pages": [
  71. "pages/merchant/orders/orders",
  72. "pages/merchant/order/order",
  73. "pages/merchant/logistics/logistics",
  74. "pages/merchant/accounts/accounts"
  75. ]
  76. }
  77. ],
  78. "preloadRule": {
  79. "pages/user/all/all": {
  80. "network": "all",
  81. "packages": [
  82. "packageMerchant"
  83. ]
  84. }
  85. },
  86. "window": {
  87. "backgroundTextStyle": "light",
  88. "navigationBarBackgroundColor": "#eab86a",
  89. "navigationBarTitleText": "WeChat",
  90. "navigationBarTextStyle": "white",
  91. "enablePullDownRefresh": false
  92. },
  93. "tabBar": {
  94. "color": "#4c4c4c",
  95. "selectedColor": "#eab86a",
  96. "list": [
  97. {
  98. "iconPath": "images/footer/home.png",
  99. "selectedIconPath": "images/footer/homec.png",
  100. "pagePath": "pages/home/home",
  101. "text": "首页"
  102. },
  103. {
  104. "iconPath": "images/footer/categories.png",
  105. "selectedIconPath": "images/footer/categoriesc.png",
  106. "pagePath": "pages/projects/projects",
  107. "text": "商品"
  108. },
  109. {
  110. "iconPath": "images/footer/shoppingcart.png",
  111. "selectedIconPath": "images/footer/shoppingcarta.png",
  112. "pagePath": "pages/cart/cart",
  113. "text": "购物车"
  114. },
  115. {
  116. "iconPath": "images/footer/weixin.png",
  117. "selectedIconPath": "images/footer/weixinc.png",
  118. "pagePath": "pages/customservice/customservice",
  119. "text": "客服"
  120. },
  121. {
  122. "iconPath": "images/footer/my.png",
  123. "selectedIconPath": "images/footer/myc.png",
  124. "pagePath": "pages/user/all/all",
  125. "text": "我的"
  126. }
  127. ]
  128. },
  129. "sitemapLocation": "sitemap.json"
  130. }