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

64 lines
1.3 KiB

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/notice/notice",
  16. "style": {
  17. "navigationBarTitleText": "公告详情"
  18. }
  19. },
  20. {
  21. "path": "pages/notice/article",
  22. "style": {
  23. "navigationBarTitleText": "文章"
  24. }
  25. },
  26. {
  27. "path": "pages/discover/discover",
  28. "style": {
  29. "navigationBarTitleText": "发现"
  30. }
  31. },
  32. {
  33. "path": "pages/order/confirm_order",
  34. "style": {
  35. "navigationBarTitleText": "确认订单"
  36. }
  37. },
  38. {
  39. "path": "pages/payState/paystate",
  40. "style": {
  41. "navigationBarTitleText": "支付结果"
  42. }
  43. },
  44. {
  45. "path": "pages/goodsDetail/index",
  46. "style": {
  47. "navigationBarTitleText": "商品详情"
  48. }
  49. },
  50. {
  51. "path": "pages/activityList/index",
  52. "style": {
  53. "navigationBarTitleText": "专题活动",
  54. "enablePullDownRefresh": true
  55. }
  56. }
  57. ],
  58. "globalStyle": {
  59. "navigationBarTextStyle": "black",
  60. "navigationBarTitleText": "海南旅游",
  61. "navigationBarBackgroundColor": "#F8F8F8",
  62. "backgroundColor": "#F8F8F8"
  63. }
  64. }