app.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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/safe/safe",
  43. "pages/user/exchange/exchange",
  44. "pages/user/exchangeSuccess/exchangeSuccess",
  45. "pages/user/invite/invite",
  46. "pages/user/invite/detail/detail",
  47. "pages/user/invite/month/month",
  48. "pages/user/invite/total/total",
  49. "pages/user/invite/rank/rank",
  50. "pages/user/invite/contribution/contribution",
  51. "pages/user/invite/material/material",
  52. "pages/user/identity/identity",
  53. "pages/user/bankinfo/bankinfo",
  54. "pages/user/recharge/recharge",
  55. "pages/user/withdraw/withdraw"
  56. ]
  57. },
  58. {
  59. "root": "packageMerchant",
  60. "pages": [
  61. "pages/merchant/orders/orders",
  62. "pages/merchant/order/order",
  63. "pages/merchant/logistics/logistics",
  64. "pages/merchant/accounts/accounts"
  65. ]
  66. }
  67. ],
  68. "preloadRule": {
  69. "pages/user/all/all": {
  70. "network": "all",
  71. "packages": [
  72. "packageMerchant"
  73. ]
  74. }
  75. },
  76. "window": {
  77. "backgroundTextStyle": "light",
  78. "navigationBarBackgroundColor": "#eab86a",
  79. "navigationBarTitleText": "WeChat",
  80. "navigationBarTextStyle": "white",
  81. "enablePullDownRefresh": false
  82. },
  83. "tabBar": {
  84. "color": "#4c4c4c",
  85. "selectedColor": "#eab86a",
  86. "list": [
  87. {
  88. "iconPath": "images/footer/home.png",
  89. "selectedIconPath": "images/footer/homec.png",
  90. "pagePath": "pages/home/home",
  91. "text": "首页"
  92. },
  93. {
  94. "iconPath": "images/footer/categories.png",
  95. "selectedIconPath": "images/footer/categoriesc.png",
  96. "pagePath": "pages/projects/projects",
  97. "text": "商品"
  98. },
  99. {
  100. "iconPath": "images/footer/shoppingcart.png",
  101. "selectedIconPath": "images/footer/shoppingcarta.png",
  102. "pagePath": "pages/cart/cart",
  103. "text": "购物车"
  104. },
  105. {
  106. "iconPath": "images/footer/weixin.png",
  107. "selectedIconPath": "images/footer/weixinc.png",
  108. "pagePath": "pages/customservice/customservice",
  109. "text": "客服"
  110. },
  111. {
  112. "iconPath": "images/footer/my.png",
  113. "selectedIconPath": "images/footer/myc.png",
  114. "pagePath": "pages/user/all/all",
  115. "text": "我的"
  116. }
  117. ]
  118. },
  119. "sitemapLocation": "sitemap.json"
  120. }