app.json 2.7 KB

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