海南旅游项目 前端仓库
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.

208 lines
4.3 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
  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. "navigationStyle": "custom",
  11. "enablePullDownRefresh": true
  12. }
  13. },
  14. {
  15. "path": "pages/index/urlWeb"
  16. },
  17. {
  18. "path": "pages/user/user",
  19. "style": {
  20. "navigationBarTitleText": "我的"
  21. }
  22. },
  23. {
  24. "path": "pages/hot/index",
  25. "style": {
  26. "navigationBarTitleText": "人气爆款"
  27. }
  28. },
  29. {
  30. "path": "pages/notice/notice",
  31. "style": {
  32. "navigationBarTitleText": "公告详情"
  33. }
  34. },
  35. {
  36. "path": "pages/notice/article",
  37. "style": {
  38. "navigationBarTitleText": "文章"
  39. }
  40. },
  41. {
  42. "path": "pages/discover/discover",
  43. "style": {
  44. "navigationBarTitleText": "发现",
  45. "navigationBarBackgroundColor": "#FFFFFF",
  46. "enablePullDownRefresh": true
  47. }
  48. },
  49. {
  50. "path": "pages/order/confirm_order",
  51. "style": {
  52. "navigationBarTitleText": "确认订单"
  53. }
  54. },
  55. {
  56. "path": "pages/order/order_details",
  57. "style": {
  58. "navigationBarTitleText": "订单详情"
  59. }
  60. },
  61. {
  62. "path": "pages/order/apply_refund",
  63. "style": {
  64. "navigationBarTitleText": "申请退款"
  65. }
  66. },
  67. {
  68. "path": "pages/order/refund_detail",
  69. "style": {
  70. "navigationBarTitleText": "退款详情"
  71. }
  72. },
  73. {
  74. "path": "pages/order/unpay_details",
  75. "style": {
  76. "navigationBarTitleText": "订单详情"
  77. }
  78. },
  79. {
  80. "path": "pages/order/order",
  81. "style": {
  82. "navigationBarTitleText": "我的订单",
  83. "disableScroll": true
  84. }
  85. },
  86. {
  87. "path": "pages/payState/paystate",
  88. "style": {
  89. "navigationBarTitleText": "支付结果"
  90. }
  91. },
  92. {
  93. "path": "pages/goodsDetail/index",
  94. "style": {
  95. "navigationBarTitleText": "商品详情"
  96. }
  97. },
  98. {
  99. "path": "pages/activityList/index",
  100. "style": {
  101. "navigationBarTitleText": "专题活动",
  102. "enablePullDownRefresh": true
  103. }
  104. },
  105. {
  106. "path": "pages/recommList/index",
  107. "style": {
  108. "navigationBarTitleText": "推荐",
  109. "disableScroll": true,
  110. "navigationBarBackgroundColor": "#FFFFFF"
  111. }
  112. },
  113. {
  114. "path": "pages/collect/index",
  115. "style": {
  116. "navigationBarTitleText": "我的收藏"
  117. }
  118. },
  119. {
  120. "path": "pages/message/index",
  121. "style": {
  122. "navigationBarTitleText": "消息中心",
  123. "enablePullDownRefresh": true
  124. }
  125. },
  126. {
  127. "path": "pages/message/detail",
  128. "style": {
  129. "navigationBarTitleText": "消息详情"
  130. }
  131. },
  132. {
  133. "path": "pages/about/index",
  134. "style": {
  135. "navigationBarTitleText": "关于我们"
  136. }
  137. },
  138. {
  139. "path": "pages/about/register_agree",
  140. "style": {
  141. "navigationBarTitleText": "注册协议"
  142. }
  143. },
  144. {
  145. "path": "pages/about/buy_agree",
  146. "style": {
  147. "navigationBarTitleText": "购买协议"
  148. }
  149. },
  150. {
  151. "path": "pages/channel/index",
  152. "style": {
  153. "navigationBarTitleText": "添加频道"
  154. }
  155. },
  156. {
  157. "path": "pages/goodsList/index",
  158. "style": {
  159. "navigationBarTitleText": "商品列表"
  160. }
  161. },
  162. {
  163. "path": "pages/route/index",
  164. "style": {
  165. "navigationBarTitleText": "海南旅游"
  166. }
  167. },
  168. {
  169. "path": "pages/login/index",
  170. "style": {
  171. "navigationBarTitleText": "登录"
  172. }
  173. }
  174. ],
  175. "globalStyle": {
  176. "navigationBarTextStyle": "black",
  177. "navigationBarTitleText": "海南旅游",
  178. "navigationBarBackgroundColor": "#FFFFFF",
  179. "backgroundColor": "#F8F8F8"
  180. },
  181. "tabBar": {
  182. "color": "#999999",
  183. "selectedColor": "#1998FE",
  184. "borderStyle": "black",
  185. "backgroundColor": "#ffffff",
  186. "list": [{
  187. "pagePath": "pages/index/index",
  188. "iconPath": "static/tabbar/home.png",
  189. "selectedIconPath": "static/tabbar/home-active.png",
  190. "text": "首页"
  191. },{
  192. "pagePath": "pages/discover/discover",
  193. "iconPath": "static/tabbar/find.png",
  194. "selectedIconPath": "static/tabbar/find-active.png",
  195. "text": "发现"
  196. },{
  197. "pagePath": "pages/recommList/index",
  198. "iconPath": "static/tabbar/recomm.png",
  199. "selectedIconPath": "static/tabbar/recomm-active.png",
  200. "text": "推荐"
  201. },{
  202. "pagePath": "pages/user/user",
  203. "iconPath": "static/tabbar/my.png",
  204. "selectedIconPath": "static/tabbar/my-active.png",
  205. "text": "我的"
  206. }]
  207. }
  208. }