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

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