app.json 2.2 KB

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