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

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