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

147 lines
3.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
  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/unpay_details",
  52. "style": {
  53. "navigationBarTitleText": "订单详情"
  54. }
  55. },
  56. {
  57. "path": "pages/order/order",
  58. "style": {
  59. "navigationBarTitleText": "我的订单"
  60. }
  61. },
  62. {
  63. "path": "pages/payState/paystate",
  64. "style": {
  65. "navigationBarTitleText": "支付结果"
  66. }
  67. },
  68. {
  69. "path": "pages/goodsDetail/index",
  70. "style": {
  71. "navigationBarTitleText": "商品详情"
  72. }
  73. },
  74. {
  75. "path": "pages/activityList/index",
  76. "style": {
  77. "navigationBarTitleText": "专题活动",
  78. "enablePullDownRefresh": true
  79. }
  80. },
  81. {
  82. "path": "pages/recommList/index",
  83. "style": {
  84. "navigationBarTitleText": "推荐",
  85. "disableScroll": true
  86. }
  87. },
  88. {
  89. "path": "pages/collect/index",
  90. "style": {
  91. "navigationBarTitleText": "我的收藏"
  92. }
  93. },
  94. {
  95. "path": "pages/message/index",
  96. "style": {
  97. "navigationBarTitleText": "消息中心",
  98. "enablePullDownRefresh": true
  99. }
  100. },
  101. {
  102. "path": "pages/message/detail",
  103. "style": {
  104. "navigationBarTitleText": "消息详情"
  105. }
  106. },
  107. {
  108. "path": "pages/about/index",
  109. "style": {
  110. "navigationBarTitleText": "关于我们"
  111. }
  112. }
  113. ],
  114. "globalStyle": {
  115. "navigationBarTextStyle": "black",
  116. "navigationBarTitleText": "海南旅游",
  117. "navigationBarBackgroundColor": "#F8F8F8",
  118. "backgroundColor": "#F8F8F8"
  119. },
  120. "tabBar": {
  121. "color": "#333333",
  122. "selectedColor": "#FE9903",
  123. "borderStyle": "black",
  124. "backgroundColor": "#ffffff",
  125. "list": [{
  126. "pagePath": "pages/index/index",
  127. "iconPath": "static/tabbar/home.png",
  128. "selectedIconPath": "static/tabbar/home-active.png",
  129. "text": "首页"
  130. },{
  131. "pagePath": "pages/discover/discover",
  132. "iconPath": "static/tabbar/order.png",
  133. "selectedIconPath": "static/tabbar/order-active.png",
  134. "text": "发现"
  135. },{
  136. "pagePath": "pages/recommList/index",
  137. "iconPath": "static/tabbar/order.png",
  138. "selectedIconPath": "static/tabbar/order-active.png",
  139. "text": "推荐"
  140. },{
  141. "pagePath": "pages/user/user",
  142. "iconPath": "static/tabbar/my.png",
  143. "selectedIconPath": "static/tabbar/my-active.png",
  144. "text": "我的"
  145. }]
  146. }
  147. }