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

117 lines
2.6 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. "globalStyle": {
  90. "navigationBarTextStyle": "black",
  91. "navigationBarTitleText": "海南旅游",
  92. "navigationBarBackgroundColor": "#F8F8F8",
  93. "backgroundColor": "#F8F8F8"
  94. },
  95. "tabBar": {
  96. "color": "#333333",
  97. "selectedColor": "#FE9903",
  98. "borderStyle": "black",
  99. "backgroundColor": "#ffffff",
  100. "list": [{
  101. "pagePath": "pages/index/index",
  102. "iconPath": "static/tabbar/home.png",
  103. "selectedIconPath": "static/tabbar/home-active.png",
  104. "text": "首页"
  105. },{
  106. "pagePath": "pages/discover/discover",
  107. "iconPath": "static/tabbar/order.png",
  108. "selectedIconPath": "static/tabbar/order-active.png",
  109. "text": "发现"
  110. },{
  111. "pagePath": "pages/recommList/index",
  112. "iconPath": "static/tabbar/order.png",
  113. "selectedIconPath": "static/tabbar/order-active.png",
  114. "text": "推荐"
  115. }]
  116. }
  117. }