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

200 lines
4.0 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
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. }
  12. },
  13. {
  14. "path": "pages/bill/bill",
  15. "style": {
  16. "navigationBarTitleText": "生成海报"
  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/center/fans",
  95. "style": {
  96. "navigationBarTitleText": "粉丝列表",
  97. "disableScroll": true
  98. }
  99. },
  100. {
  101. "path": "pages/center/invite",
  102. "style": {
  103. "navigationBarTitleText": "邀请成为分销达人"
  104. }
  105. },
  106. {
  107. "path": "pages/center/bestar",
  108. "style": {
  109. "navigationBarTitleText": "成为分销达人"
  110. }
  111. },
  112. {
  113. "path": "pages/center/widthdraw",
  114. "style": {
  115. "navigationBarTitleText": "提取佣金"
  116. }
  117. },
  118. {
  119. "path": "pages/center/wallet",
  120. "style": {
  121. "navigationBarTitleText": "我的钱包",
  122. "disableScroll": true
  123. }
  124. },
  125. {
  126. "path": "pages/goodsDetail/index",
  127. "style": {
  128. "navigationBarTitleText": "商品详情",
  129. "backgroundColor": "#F5F5F5"
  130. }
  131. },
  132. {
  133. "path": "pages/collect/index",
  134. "style": {
  135. "navigationBarTitleText": "我的收藏",
  136. "enablePullDownRefresh": true
  137. }
  138. },
  139. {
  140. "path": "pages/contactService/index",
  141. "style": {
  142. "navigationBarTitleText": "联系客服"
  143. }
  144. },
  145. {
  146. "path": "pages/login/index",
  147. "style": {
  148. "navigationBarTitleText": "登录"
  149. }
  150. },
  151. {
  152. "path": "pages/login/accountLogin",
  153. "style": {
  154. "navigationBarTitleText": "绑定"
  155. }
  156. },
  157. {
  158. "path": "pages/route/index",
  159. "style": {
  160. "navigationBarTitleText": "时空网"
  161. }
  162. },
  163. {
  164. "path": "pages/FQA/index",
  165. "style": {
  166. "navigationBarTitleText": "常见问题"
  167. }
  168. }
  169. ],
  170. "globalStyle": {
  171. "navigationBarTextStyle": "black",
  172. "navigationBarTitleText": "uView",
  173. "navigationBarBackgroundColor": "#fff",
  174. "backgroundColor": "#fff"
  175. },
  176. "tabBar": {
  177. "color": "#333333",
  178. "selectedColor": "#FE9903",
  179. "borderStyle": "black",
  180. "backgroundColor": "#ffffff",
  181. "list": [{
  182. "pagePath": "pages/index/index",
  183. "iconPath": "static/tabbar/home.png",
  184. "selectedIconPath": "static/tabbar/home-active.png",
  185. "text": "首页"
  186. }, {
  187. "pagePath": "pages/order/index",
  188. "iconPath": "static/tabbar/order.png",
  189. "selectedIconPath": "static/tabbar/order-active.png",
  190. "text": "订单"
  191. },
  192. {
  193. "pagePath": "pages/center/index",
  194. "iconPath": "static/tabbar/my.png",
  195. "selectedIconPath": "static/tabbar/my-active.png",
  196. "text": "我的"
  197. }
  198. ]
  199. }
  200. }