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

51 lines
1.0 KiB

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/notice/notice",
  8. "style": {
  9. "navigationBarTitleText": "公告详情"
  10. }
  11. },
  12. {
  13. "path": "pages/notice/article",
  14. "style": {
  15. "navigationBarTitleText": "文章"
  16. }
  17. },
  18. {
  19. "path": "pages/discover/discover",
  20. "style": {
  21. "navigationBarTitleText": "发现"
  22. }
  23. },
  24. {
  25. "path": "pages/order/confirm_order",
  26. "style": {
  27. "navigationBarTitleText": "确认订单"
  28. }
  29. },
  30. {
  31. "path": "pages/payState/paystate",
  32. "style": {
  33. "navigationBarTitleText": "支付结果"
  34. }
  35. },
  36. {
  37. "path": "pages/index/index",
  38. "style": {
  39. "navigationBarTitleText": "首页",
  40. "navigationStyle": "custom",
  41. "enablePullDownRefresh": true
  42. }
  43. }
  44. ],
  45. "globalStyle": {
  46. "navigationBarTextStyle": "black",
  47. "navigationBarTitleText": "海南旅游",
  48. "navigationBarBackgroundColor": "#F8F8F8",
  49. "backgroundColor": "#F8F8F8"
  50. }
  51. }