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

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