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

214 lines
4.4 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/verification/index",
  107. "style": {
  108. "navigationBarTitleText": "核销权限"
  109. }
  110. },
  111. {
  112. "path": "pages/recommList/index",
  113. "style": {
  114. "navigationBarTitleText": "推荐",
  115. "disableScroll": true,
  116. "navigationBarBackgroundColor": "#FFFFFF"
  117. }
  118. },
  119. {
  120. "path": "pages/collect/index",
  121. "style": {
  122. "navigationBarTitleText": "我的收藏"
  123. }
  124. },
  125. {
  126. "path": "pages/message/index",
  127. "style": {
  128. "navigationBarTitleText": "消息中心",
  129. "enablePullDownRefresh": true
  130. }
  131. },
  132. {
  133. "path": "pages/message/detail",
  134. "style": {
  135. "navigationBarTitleText": "消息详情"
  136. }
  137. },
  138. {
  139. "path": "pages/about/index",
  140. "style": {
  141. "navigationBarTitleText": "关于我们"
  142. }
  143. },
  144. {
  145. "path": "pages/about/register_agree",
  146. "style": {
  147. "navigationBarTitleText": "注册协议"
  148. }
  149. },
  150. {
  151. "path": "pages/about/buy_agree",
  152. "style": {
  153. "navigationBarTitleText": "购买协议"
  154. }
  155. },
  156. {
  157. "path": "pages/channel/index",
  158. "style": {
  159. "navigationBarTitleText": "添加频道"
  160. }
  161. },
  162. {
  163. "path": "pages/goodsList/index",
  164. "style": {
  165. "navigationBarTitleText": "商品列表"
  166. }
  167. },
  168. {
  169. "path": "pages/route/index",
  170. "style": {
  171. "navigationBarTitleText": "海南旅游"
  172. }
  173. },
  174. {
  175. "path": "pages/login/index",
  176. "style": {
  177. "navigationBarTitleText": "登录"
  178. }
  179. }
  180. ],
  181. "globalStyle": {
  182. "navigationBarTextStyle": "black",
  183. "navigationBarTitleText": "海南旅游",
  184. "navigationBarBackgroundColor": "#FFFFFF",
  185. "backgroundColor": "#F8F8F8"
  186. },
  187. "tabBar": {
  188. "color": "#999999",
  189. "selectedColor": "#1998FE",
  190. "borderStyle": "black",
  191. "backgroundColor": "#ffffff",
  192. "list": [{
  193. "pagePath": "pages/index/index",
  194. "iconPath": "static/tabbar/home.png",
  195. "selectedIconPath": "static/tabbar/home-active.png",
  196. "text": "首页"
  197. },{
  198. "pagePath": "pages/discover/discover",
  199. "iconPath": "static/tabbar/find.png",
  200. "selectedIconPath": "static/tabbar/find-active.png",
  201. "text": "发现"
  202. },{
  203. "pagePath": "pages/recommList/index",
  204. "iconPath": "static/tabbar/recomm.png",
  205. "selectedIconPath": "static/tabbar/recomm-active.png",
  206. "text": "推荐"
  207. },{
  208. "pagePath": "pages/user/user",
  209. "iconPath": "static/tabbar/my.png",
  210. "selectedIconPath": "static/tabbar/my-active.png",
  211. "text": "我的"
  212. }]
  213. }
  214. }