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

199 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. }
  123. },
  124. {
  125. "path": "pages/goodsDetail/index",
  126. "style": {
  127. "navigationBarTitleText": "商品详情",
  128. "backgroundColor": "#F5F5F5"
  129. }
  130. },
  131. {
  132. "path": "pages/collect/index",
  133. "style": {
  134. "navigationBarTitleText": "我的收藏",
  135. "enablePullDownRefresh": true
  136. }
  137. },
  138. {
  139. "path": "pages/contactService/index",
  140. "style": {
  141. "navigationBarTitleText": "联系客服"
  142. }
  143. },
  144. {
  145. "path": "pages/login/index",
  146. "style": {
  147. "navigationBarTitleText": "登录"
  148. }
  149. },
  150. {
  151. "path": "pages/login/accountLogin",
  152. "style": {
  153. "navigationBarTitleText": "绑定"
  154. }
  155. },
  156. {
  157. "path": "pages/route/index",
  158. "style": {
  159. "navigationBarTitleText": "时空网"
  160. }
  161. },
  162. {
  163. "path": "pages/FQA/index",
  164. "style": {
  165. "navigationBarTitleText": "常见问题"
  166. }
  167. }
  168. ],
  169. "globalStyle": {
  170. "navigationBarTextStyle": "black",
  171. "navigationBarTitleText": "uView",
  172. "navigationBarBackgroundColor": "#fff",
  173. "backgroundColor": "#fff"
  174. },
  175. "tabBar": {
  176. "color": "#333333",
  177. "selectedColor": "#FE9903",
  178. "borderStyle": "black",
  179. "backgroundColor": "#ffffff",
  180. "list": [{
  181. "pagePath": "pages/index/index",
  182. "iconPath": "static/tabbar/home.png",
  183. "selectedIconPath": "static/tabbar/home-active.png",
  184. "text": "首页"
  185. }, {
  186. "pagePath": "pages/order/index",
  187. "iconPath": "static/tabbar/order.png",
  188. "selectedIconPath": "static/tabbar/order-active.png",
  189. "text": "订单"
  190. },
  191. {
  192. "pagePath": "pages/center/index",
  193. "iconPath": "static/tabbar/my.png",
  194. "selectedIconPath": "static/tabbar/my-active.png",
  195. "text": "我的"
  196. }
  197. ]
  198. }
  199. }