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

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