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

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