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

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