pages.json 3.1 KB

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