app.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/public/register",
  5. "pages/public/login",
  6. "pages/public/wxLogin",
  7. "pages/public/forget",
  8. "pages/product/classify",
  9. "pages/user/myteam",
  10. "pages/product/product",
  11. "pages/product/search",
  12. "pages/set/set",
  13. "pages/set/userinfo",
  14. "pages/set/about",
  15. "pages/set/password",
  16. "pages/set/phone",
  17. "pages/product/reply",
  18. "pages/order/evaluate",
  19. "pages/cart/cart",
  20. "pages/user/user",
  21. "pages/order/order",
  22. "pages/order/orderDetail",
  23. "pages/order/createOrder",
  24. "pages/address/address",
  25. "pages/address/shopList",
  26. "pages/address/addressManage",
  27. "pages/money/pay",
  28. "pages/money/paySuccess",
  29. "pages/award/award",
  30. "pages/award/withdrawal",
  31. "pages/product/list",
  32. "pages/product/listSearch",
  33. "pages/wallet/wallet",
  34. "pages/wallet/freezeList",
  35. "pages/wallet/account",
  36. "pages/wallet/withdrawal",
  37. "pages/wallet/recharge",
  38. "pages/favorites/favorites",
  39. "pages/redirect/redirect",
  40. "pages/user/share",
  41. "pages/award/withdmoenys",
  42. "pages/app/productAll",
  43. "pages/app/orderManage",
  44. "pages/app/spreadRank",
  45. "pages/app/retailRank",
  46. "pages/app/gsfh",
  47. "pages/app/zsfh",
  48. "pages/app/qmfh",
  49. "pages/app/tjfh"
  50. ],
  51. "window": {
  52. "navigationBarTextStyle": "black",
  53. "navigationBarTitleText": "uni-app",
  54. "navigationBarBackgroundColor": "#FFFFFF",
  55. "backgroundColor": "#f8f8f8"
  56. },
  57. "tabBar": {
  58. "color": "#C0C4CC",
  59. "selectedColor": "#5DBC7C",
  60. "borderStyle": "black",
  61. "backgroundColor": "#ffffff",
  62. "list": [
  63. {
  64. "pagePath": "pages/index/index",
  65. "text": "首页",
  66. "iconPath": "static/tabBar/tab-home.png",
  67. "selectedIconPath": "static/tabBar/tab-home-current.png"
  68. },
  69. {
  70. "pagePath": "pages/cart/cart",
  71. "text": "购物车",
  72. "iconPath": "static/tabBar/tab-cart.png",
  73. "selectedIconPath": "static/tabBar/tab-cart-current.png"
  74. },
  75. {
  76. "pagePath": "pages/user/user",
  77. "text": "我的",
  78. "iconPath": "static/tabBar/tab-my.png",
  79. "selectedIconPath": "static/tabBar/tab-my-current.png"
  80. }
  81. ]
  82. },
  83. "sitemapLocation": "sitemap.json"
  84. }