app.json 2.3 KB

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