app.json 3.6 KB

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