app.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/info/info",
  5. "pages/info/articleList",
  6. "pages/info/xttz",
  7. "pages/info/detail",
  8. "pages/info/myarticle",
  9. "pages/index/detail",
  10. "pages/index/coupon",
  11. "pages/zc/plshare",
  12. "pages/zc/wzshare",
  13. "pages/zc/zc",
  14. "pages/zc/plDetail",
  15. "pages/zc/wzDetail",
  16. "pages/public/wxLogin",
  17. "pages/product/reply",
  18. "pages/product/product",
  19. "pages/product/list",
  20. "pages/product/search",
  21. "pages/product/classify",
  22. "pages/set/address",
  23. "pages/set/addressManage",
  24. "pages/set/cropper",
  25. "pages/set/userinfo",
  26. "pages/cart/cart",
  27. "pages/user/vip",
  28. "pages/user/user",
  29. "pages/user/new",
  30. "pages/upload/commodity",
  31. "pages/upload/uploadP",
  32. "pages/user/myLq",
  33. "pages/user/myTeam",
  34. "pages/user/speardorder",
  35. "pages/user/living",
  36. "pages/user/creation",
  37. "pages/user/coupon",
  38. "pages/user/evaluate",
  39. "pages/order/order",
  40. "pages/order/expressInfo",
  41. "pages/order/orderDetail",
  42. "pages/order/evaluate",
  43. "pages/order/orderRefund",
  44. "pages/order/createOrder",
  45. "pages/money/pay",
  46. "pages/money/paySuccess",
  47. "pages/category/category",
  48. "pages/redirect/redirect",
  49. "pages/user/shareQrCode"
  50. ],
  51. "subPackages": [],
  52. "window": {
  53. "navigationBarTextStyle": "black",
  54. "navigationBarTitleText": "uni-app",
  55. "navigationBarBackgroundColor": "#FFFFFF",
  56. "backgroundColor": "#f8f8f8"
  57. },
  58. "tabBar": {
  59. "color": "#C0C4CC",
  60. "selectedColor": "#000000",
  61. "borderStyle": "black",
  62. "backgroundColor": "#ffffff",
  63. "list": [
  64. {
  65. "pagePath": "pages/index/index",
  66. "iconPath": "static/tabBar/tab-home.png",
  67. "selectedIconPath": "static/tabBar/tab-home-current.png",
  68. "text": "首页"
  69. },
  70. {
  71. "pagePath": "pages/info/info",
  72. "iconPath": "static/tabBar/tab-info.png",
  73. "selectedIconPath": "static/tabBar/tab-info-current.png",
  74. "text": "消息"
  75. },
  76. {
  77. "pagePath": "pages/zc/zc",
  78. "iconPath": "static/tabBar/tab-cate.png",
  79. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  80. "text": "种草专区"
  81. },
  82. {
  83. "pagePath": "pages/cart/cart",
  84. "iconPath": "static/tabBar/tab-cart.png",
  85. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  86. "text": "购物车"
  87. },
  88. {
  89. "pagePath": "pages/user/user",
  90. "iconPath": "static/tabBar/tab-my.png",
  91. "selectedIconPath": "static/tabBar/tab-my-current.png",
  92. "text": "我的"
  93. }
  94. ]
  95. },
  96. "plugins": {
  97. "live-player-plugin": {
  98. "version": "1.3.5",
  99. "provider": "wx2b03c6e691cd7370"
  100. }
  101. },
  102. "usingComponents": {}
  103. }