app.json 3.7 KB

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