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

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