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

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