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

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