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

99 lines
2.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/payState/paystate",
  46. "style": {
  47. "navigationBarTitleText": "支付结果"
  48. }
  49. },
  50. {
  51. "path": "pages/goodsDetail/index",
  52. "style": {
  53. "navigationBarTitleText": "商品详情"
  54. }
  55. },
  56. {
  57. "path": "pages/activityList/index",
  58. "style": {
  59. "navigationBarTitleText": "专题活动",
  60. "enablePullDownRefresh": true
  61. }
  62. },
  63. {
  64. "path": "pages/recommList/index",
  65. "style": {
  66. "navigationBarTitleText": "推荐",
  67. "disableScroll": true
  68. }
  69. }
  70. ],
  71. "globalStyle": {
  72. "navigationBarTextStyle": "black",
  73. "navigationBarTitleText": "海南旅游",
  74. "navigationBarBackgroundColor": "#F8F8F8",
  75. "backgroundColor": "#F8F8F8"
  76. },
  77. "tabBar": {
  78. "color": "#333333",
  79. "selectedColor": "#FE9903",
  80. "borderStyle": "black",
  81. "backgroundColor": "#ffffff",
  82. "list": [{
  83. "pagePath": "pages/index/index",
  84. "iconPath": "static/tabbar/home.png",
  85. "selectedIconPath": "static/tabbar/home-active.png",
  86. "text": "首页"
  87. },{
  88. "pagePath": "pages/discover/discover",
  89. "iconPath": "static/tabbar/order.png",
  90. "selectedIconPath": "static/tabbar/order-active.png",
  91. "text": "发现"
  92. },{
  93. "pagePath": "pages/recommList/index",
  94. "iconPath": "static/tabbar/order.png",
  95. "selectedIconPath": "static/tabbar/order-active.png",
  96. "text": "推荐"
  97. }]
  98. }
  99. }