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

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