pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "subPackages": [],
  6. // "requiredBackgroundModes": ["audio", "location"],
  7. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  8. {
  9. "path": "pages/yuecai/professional_style/index",
  10. "style": {
  11. "navigationBarTitleText": "专业风采",
  12. "enablePullDownRefresh": false
  13. }
  14. }, {
  15. "path": "pages/yuecai/professional_style/detail/index",
  16. "style": {
  17. "navigationBarTitleText": "专业风采",
  18. "enablePullDownRefresh": false
  19. }
  20. }, {
  21. "path": "pages/yuecai/dish/index",
  22. "style": {
  23. "navigationBarTitleText": "名菜",
  24. "enablePullDownRefresh": false
  25. }
  26. }, {
  27. "path": "pages/yuecai/dish/detail/index",
  28. "style": {
  29. "navigationBarTitleText": "名菜详情",
  30. "enablePullDownRefresh": false
  31. }
  32. }, {
  33. "path": "pages/yuecai/location/index",
  34. "style": {
  35. "navigationBarTitleText": "名点",
  36. "enablePullDownRefresh": false
  37. }
  38. }, {
  39. "path": "pages/yuecai/location/detail/index",
  40. "style": {
  41. "navigationBarTitleText": "名点详情",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/yuecai/restaurant/index",
  46. "style": {
  47. "navigationBarTitleText": "名店",
  48. "enablePullDownRefresh": false
  49. }
  50. }, {
  51. "path": "pages/yuecai/restaurant/detail/index",
  52. "style": {
  53. "navigationBarTitleText": "名店详情",
  54. "enablePullDownRefresh": false
  55. }
  56. }, {
  57. "path": "pages/yuecai/usercenter/index",
  58. "style": {
  59. "navigationBarTitleText": "我的",
  60. "enablePullDownRefresh": false
  61. }
  62. }, {
  63. "path": "pages/yuecai/information/detail/index",
  64. "style": {
  65. "navigationBarTitleText": "资讯",
  66. "enablePullDownRefresh": false
  67. }
  68. },
  69. {
  70. "path": "pages/index",
  71. "style": {
  72. "navigationBarTitleText": "粤菜文化",
  73. "enablePullDownRefresh": false
  74. }
  75. }
  76. ],
  77. "globalStyle": {
  78. "navigationBarTitleText": "",
  79. "navigationBarBackgroundColor": "@navBgColor",
  80. "navigationBarTextStyle": "@navTxtStyle",
  81. "backgroundColor": "@bgColor",
  82. "backgroundTextStyle": "@bgTxtStyle",
  83. "backgroundColorTop": "@bgColorTop",
  84. "backgroundColorBottom": "@bgColorBottom"
  85. },
  86. "tabBar": {
  87. "color": "@tabFontColor",
  88. "selectedColor": "@tabSelectedColor",
  89. "backgroundColor": "@tabBgColor",
  90. "borderStyle": "@tabBorderStyle",
  91. "list": [{
  92. "iconPath": "@iconPath1",
  93. "selectedIconPath": "@selectedIconPath1",
  94. "text": "专业风采",
  95. "pagePath": "pages/yuecai/professional_style/index"
  96. }, {
  97. "iconPath": "@iconPath2",
  98. "selectedIconPath": "@selectedIconPath2",
  99. "text": "名菜",
  100. "pagePath": "pages/yuecai/dish/index"
  101. }, {
  102. "iconPath": "@iconPath2",
  103. "selectedIconPath": "@selectedIconPath2",
  104. "text": "名点",
  105. "pagePath": "pages/yuecai/location/index"
  106. }, {
  107. "iconPath": "@iconPath2",
  108. "selectedIconPath": "@selectedIconPath2",
  109. "text": "名店",
  110. "pagePath": "pages/yuecai/restaurant/index"
  111. }, {
  112. "iconPath": "@iconPath2",
  113. "selectedIconPath": "@selectedIconPath2",
  114. "text": "我的",
  115. "pagePath": "pages/yuecai/usercenter/index"
  116. }]
  117. },
  118. "darkmode": true,
  119. "themeLocation": "theme.json"
  120. }