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

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