pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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/index",
  10. "style": {
  11. "navigationBarTitleText": "粤菜文化",
  12. "enablePullDownRefresh": false
  13. }
  14. },{
  15. "path": "pages/yuecai/professional_style/index",
  16. "style": {
  17. "navigationBarTitleText": "专业风采",
  18. "enablePullDownRefresh": false
  19. }
  20. }, {
  21. "path": "pages/yuecai/professional_style/detail/index",
  22. "style": {
  23. "navigationBarTitleText": "专业风采",
  24. "enablePullDownRefresh": false
  25. }
  26. }, {
  27. "path": "pages/yuecai/dish/index",
  28. "style": {
  29. "navigationBarTitleText": "名菜",
  30. "enablePullDownRefresh": false
  31. }
  32. }, {
  33. "path": "pages/yuecai/dish/detail/index",
  34. "style": {
  35. "navigationBarTitleText": "名菜详情",
  36. "enablePullDownRefresh": false
  37. }
  38. }, {
  39. "path": "pages/yuecai/location/index",
  40. "style": {
  41. "navigationBarTitleText": "名点",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/yuecai/location/detail/index",
  46. "style": {
  47. "navigationBarTitleText": "名点详情",
  48. "enablePullDownRefresh": false
  49. }
  50. }, {
  51. "path": "pages/yuecai/restaurant/index",
  52. "style": {
  53. "navigationBarTitleText": "名店",
  54. "enablePullDownRefresh": false
  55. }
  56. }, {
  57. "path": "pages/yuecai/restaurant/detail/index",
  58. "style": {
  59. "navigationBarTitleText": "名店详情",
  60. "enablePullDownRefresh": false
  61. }
  62. }, {
  63. "path": "pages/yuecai/usercenter/index",
  64. "style": {
  65. "navigationBarTitleText": "我的",
  66. "enablePullDownRefresh": false
  67. }
  68. }, {
  69. "path": "pages/yuecai/usercenter/profile/index",
  70. "style": {
  71. "navigationBarTitleText": "个人信息",
  72. "enablePullDownRefresh": false
  73. }
  74. },{
  75. "path": "pages/yuecai/information/detail/index",
  76. "style": {
  77. "navigationBarTitleText": "资讯",
  78. "enablePullDownRefresh": false
  79. }
  80. }
  81. ],
  82. "globalStyle": {
  83. "navigationBarTitleText": "",
  84. "navigationBarBackgroundColor": "@navBgColor",
  85. "navigationBarTextStyle": "@navTxtStyle",
  86. "backgroundColor": "@bgColor",
  87. "backgroundTextStyle": "@bgTxtStyle",
  88. "backgroundColorTop": "@bgColorTop",
  89. "backgroundColorBottom": "@bgColorBottom"
  90. },
  91. "tabBar": {
  92. "color": "@tabFontColor",
  93. "selectedColor": "@tabSelectedColor",
  94. "backgroundColor": "@tabBgColor",
  95. "borderStyle": "@tabBorderStyle",
  96. "list": [{
  97. "iconPath": "@iconPath1",
  98. "selectedIconPath": "@selectedIconPath1",
  99. "text": "专业风采",
  100. "pagePath": "pages/yuecai/professional_style/index"
  101. }, {
  102. "iconPath": "@iconPath2",
  103. "selectedIconPath": "@selectedIconPath2",
  104. "text": "名菜",
  105. "pagePath": "pages/yuecai/dish/index"
  106. }, {
  107. "iconPath": "@iconPath2",
  108. "selectedIconPath": "@selectedIconPath2",
  109. "text": "名点",
  110. "pagePath": "pages/yuecai/location/index"
  111. }, {
  112. "iconPath": "@iconPath2",
  113. "selectedIconPath": "@selectedIconPath2",
  114. "text": "名店",
  115. "pagePath": "pages/yuecai/restaurant/index"
  116. }, {
  117. "iconPath": "@iconPath2",
  118. "selectedIconPath": "@selectedIconPath2",
  119. "text": "我的",
  120. "pagePath": "pages/yuecai/usercenter/index"
  121. }]
  122. },
  123. "darkmode": true,
  124. "themeLocation": "theme.json"
  125. }