pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. "path": "pages/yuecai/usercenter/protocol/index",
  82. "style": {
  83. "navigationBarTitleText": "用户协议",
  84. "enablePullDownRefresh": false
  85. }
  86. }, {
  87. "path": "pages/yuecai/usercenter/privacy/index",
  88. "style": {
  89. "navigationBarTitleText": "隐私保护政策",
  90. "enablePullDownRefresh": false
  91. }
  92. }, {
  93. "path": "pages/yuecai/collection/index",
  94. "style": {
  95. "navigationBarTitleText": "我的收藏",
  96. "enablePullDownRefresh": false
  97. }
  98. }
  99. ],
  100. "globalStyle": {
  101. "navigationBarTitleText": "",
  102. "navigationBarBackgroundColor": "@navBgColor",
  103. "navigationBarTextStyle": "@navTxtStyle",
  104. "backgroundColor": "@bgColor",
  105. "backgroundTextStyle": "@bgTxtStyle",
  106. "backgroundColorTop": "@bgColorTop",
  107. "backgroundColorBottom": "@bgColorBottom"
  108. },
  109. "tabBar": {
  110. "color": "@tabFontColor",
  111. "selectedColor": "@tabSelectedColor",
  112. "backgroundColor": "@tabBgColor",
  113. "borderStyle": "@tabBorderStyle",
  114. "list": [{
  115. "iconPath": "@iconPath1",
  116. "selectedIconPath": "@selectedIconPath1",
  117. "text": "专业风采",
  118. "pagePath": "pages/yuecai/professional_style/index"
  119. }, {
  120. "iconPath": "@iconPath2",
  121. "selectedIconPath": "@selectedIconPath2",
  122. "text": "名菜",
  123. "pagePath": "pages/yuecai/dish/index"
  124. }, {
  125. "iconPath": "@iconPath2",
  126. "selectedIconPath": "@selectedIconPath2",
  127. "text": "名点",
  128. "pagePath": "pages/yuecai/location/index"
  129. }, {
  130. "iconPath": "@iconPath2",
  131. "selectedIconPath": "@selectedIconPath2",
  132. "text": "名店",
  133. "pagePath": "pages/yuecai/restaurant/index"
  134. }, {
  135. "iconPath": "@iconPath2",
  136. "selectedIconPath": "@selectedIconPath2",
  137. "text": "我的",
  138. "pagePath": "pages/yuecai/usercenter/index"
  139. }]
  140. },
  141. "darkmode": true,
  142. "themeLocation": "theme.json"
  143. }