时空网前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
2.6 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/order/index",
  15. "style": {
  16. "navigationBarTitleText": "我的订单"
  17. }
  18. },
  19. {
  20. "path": "pages/order/order-details",
  21. "style": {
  22. "navigationBarTitleText": "订单详情"
  23. }
  24. },
  25. {
  26. "path": "pages/order/confirm-order",
  27. "style": {
  28. "navigationBarTitleText": "确认订单"
  29. }
  30. },
  31. {
  32. "path": "pages/order/pay-success",
  33. "style": {
  34. "navigationBarTitleText": "支付结果"
  35. }
  36. },
  37. {
  38. "path": "pages/order/apply-refund",
  39. "style": {
  40. "navigationBarTitleText": "申请退款"
  41. }
  42. },
  43. {
  44. "path": "pages/order/apply-details",
  45. "style": {
  46. "navigationBarTitleText": "退款详情"
  47. }
  48. },
  49. {
  50. "path": "pages/center/index",
  51. "style": {
  52. "navigationBarTitleText": "我的"
  53. }
  54. },
  55. {
  56. "path": "pages/goodsDetail/index",
  57. "style": {
  58. "navigationBarTitleText": "商品详情",
  59. "backgroundColor": "#F5F5F5"
  60. }
  61. },
  62. {
  63. "path": "pages/collect/index",
  64. "style": {
  65. "navigationBarTitleText": "我的收藏",
  66. "enablePullDownRefresh": true
  67. }
  68. },
  69. {
  70. "path": "pages/contactService/index",
  71. "style": {
  72. "navigationBarTitleText": "联系客服"
  73. }
  74. },
  75. {
  76. "path": "pages/login/index",
  77. "style": {
  78. "navigationBarTitleText": "登录"
  79. }
  80. },
  81. {
  82. "path": "pages/login/accountLogin",
  83. "style": {
  84. "navigationBarTitleText": "绑定"
  85. }
  86. },
  87. {
  88. "path": "pages/route/index",
  89. "style": {
  90. "navigationBarTitleText": "时空网"
  91. }
  92. }
  93. ],
  94. "globalStyle": {
  95. "navigationBarTextStyle": "black",
  96. "navigationBarTitleText": "uView",
  97. "navigationBarBackgroundColor": "#fff",
  98. "backgroundColor": "#fff"
  99. },
  100. "tabBar": {
  101. "color": "#909399",
  102. "selectedColor": "#FE9903",
  103. "borderStyle": "black",
  104. "backgroundColor": "#ffffff",
  105. "list": [{
  106. "pagePath": "pages/index/index",
  107. "iconPath": "static/tabbar/home.png",
  108. "selectedIconPath": "static/tabbar/home-active.png",
  109. "text": "首页"
  110. }, {
  111. "pagePath": "pages/order/index",
  112. "iconPath": "static/tabbar/order.png",
  113. "selectedIconPath": "static/tabbar/order-active.png",
  114. "text": "订单"
  115. },
  116. {
  117. "pagePath": "pages/center/index",
  118. "iconPath": "static/tabbar/my.png",
  119. "selectedIconPath": "static/tabbar/my-active.png",
  120. "text": "我的"
  121. }
  122. ]
  123. }
  124. }