app.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/order_list/index",
  5. "pages/user/user",
  6. "pages/goods_details/index",
  7. "pages/Forgotpass/index",
  8. "pages/user_phone/index",
  9. "pages/login/index",
  10. "pages/order_addcart/order_addcart",
  11. "pages/user_address/index",
  12. "pages/goods_logistics/index",
  13. "pages/order_pay_status/index",
  14. "pages/user_info/index",
  15. "pages/user_spread_code/index",
  16. "pages/goods_return/index",
  17. "pages/user_return_list/index",
  18. "pages/user_cash/index",
  19. "pages/cash-audit/index",
  20. "pages/promoter-order/index",
  21. "pages/promoter-list/index",
  22. "pages/user_spread_user/index",
  23. "pages/user_integral/index",
  24. "pages/user_spread_money/index",
  25. "pages/order_confirm/index",
  26. "pages/order_details/index",
  27. "pages/goods_cate/goods_cate",
  28. "pages/goods_list/goods_list",
  29. "pages/user_address_list/index",
  30. "pages/user_pwd_edit/index",
  31. "pages/goods_search/index",
  32. "components/navbar/index",
  33. "components/orderGoods/index",
  34. "components/swipers/index",
  35. "components/goodList/index",
  36. "components/promotionGood/index",
  37. "components/productConSwiper/index",
  38. "components/userEvaluation/index",
  39. "components/coupon-window/index",
  40. "components/product-window/index",
  41. "components/coupon-list-window/index",
  42. "components/address-window/index",
  43. "components/home/index",
  44. "components/write-off/index"
  45. ],
  46. "subPackages": [
  47. {
  48. "root": "pages/activity",
  49. "name": "activity",
  50. "pages": [
  51. "poster-poster/index"
  52. ]
  53. }
  54. ],
  55. "window": {
  56. "backgroundTextStyle": "dark",
  57. "navigationBarBackgroundColor": "#fff",
  58. "navigationBarTitleText": "WeChat",
  59. "navigationBarTextStyle": "black",
  60. "navigationStyle": "custom"
  61. },
  62. "tabBar": {
  63. "backgroundColor": "#ffffff",
  64. "color": "#707070",
  65. "selectedColor": "#FD5400",
  66. "borderStyle": "white",
  67. "list": [
  68. {
  69. "pagePath": "pages/index/index",
  70. "iconPath": "images/1-001.png",
  71. "selectedIconPath": "images/1-002.png",
  72. "text": "首页"
  73. },
  74. {
  75. "pagePath": "pages/goods_cate/goods_cate",
  76. "iconPath": "images/2-001.png",
  77. "selectedIconPath": "images/2-002.png",
  78. "text": "分类"
  79. },
  80. {
  81. "pagePath": "pages/order_addcart/order_addcart",
  82. "iconPath": "images/3-001.png",
  83. "selectedIconPath": "images/3-002.png",
  84. "text": "购物车"
  85. },
  86. {
  87. "pagePath": "pages/user/user",
  88. "iconPath": "images/4-001.png",
  89. "selectedIconPath": "images/4-002.png",
  90. "text": "我的"
  91. }
  92. ]
  93. },
  94. "sitemapLocation": "sitemap.json"
  95. }