时空网前端
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.

137 lines
2.9 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
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. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/order/order-details",
  22. "style": {
  23. "navigationBarTitleText": "订单详情"
  24. }
  25. },
  26. {
  27. "path": "pages/order/unpay-details",
  28. "style": {
  29. "navigationBarTitleText": "订单详情"
  30. }
  31. },
  32. {
  33. "path": "pages/order/confirm-order",
  34. "style": {
  35. "navigationBarTitleText": "确认订单"
  36. }
  37. },
  38. {
  39. "path": "pages/order/pay-success",
  40. "style": {
  41. "navigationBarTitleText": "支付结果"
  42. }
  43. },
  44. {
  45. "path": "pages/agreement/agreement",
  46. "style": {
  47. "navigationBarTitleText": "协议"
  48. }
  49. },
  50. {
  51. "path": "pages/order/apply-refund",
  52. "style": {
  53. "navigationBarTitleText": "申请退款"
  54. }
  55. },
  56. {
  57. "path": "pages/order/apply-details",
  58. "style": {
  59. "navigationBarTitleText": "退款详情"
  60. }
  61. },
  62. {
  63. "path": "pages/center/index",
  64. "style": {
  65. "navigationBarTitleText": "我的"
  66. }
  67. },
  68. {
  69. "path": "pages/goodsDetail/index",
  70. "style": {
  71. "navigationBarTitleText": "商品详情",
  72. "backgroundColor": "#F5F5F5"
  73. }
  74. },
  75. {
  76. "path": "pages/collect/index",
  77. "style": {
  78. "navigationBarTitleText": "我的收藏",
  79. "enablePullDownRefresh": true
  80. }
  81. },
  82. {
  83. "path": "pages/contactService/index",
  84. "style": {
  85. "navigationBarTitleText": "联系客服"
  86. }
  87. },
  88. {
  89. "path": "pages/login/index",
  90. "style": {
  91. "navigationBarTitleText": "登录"
  92. }
  93. },
  94. {
  95. "path": "pages/login/accountLogin",
  96. "style": {
  97. "navigationBarTitleText": "绑定"
  98. }
  99. },
  100. {
  101. "path": "pages/route/index",
  102. "style": {
  103. "navigationBarTitleText": "时空网"
  104. }
  105. }
  106. ],
  107. "globalStyle": {
  108. "navigationBarTextStyle": "black",
  109. "navigationBarTitleText": "uView",
  110. "navigationBarBackgroundColor": "#fff",
  111. "backgroundColor": "#fff"
  112. },
  113. "tabBar": {
  114. "color": "#909399",
  115. "selectedColor": "#FE9903",
  116. "borderStyle": "black",
  117. "backgroundColor": "#ffffff",
  118. "list": [{
  119. "pagePath": "pages/index/index",
  120. "iconPath": "static/tabbar/home.png",
  121. "selectedIconPath": "static/tabbar/home-active.png",
  122. "text": "首页"
  123. }, {
  124. "pagePath": "pages/order/index",
  125. "iconPath": "static/tabbar/order.png",
  126. "selectedIconPath": "static/tabbar/order-active.png",
  127. "text": "订单"
  128. },
  129. {
  130. "pagePath": "pages/center/index",
  131. "iconPath": "static/tabbar/my.png",
  132. "selectedIconPath": "static/tabbar/my-active.png",
  133. "text": "我的"
  134. }
  135. ]
  136. }
  137. }