pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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/home/index",
  16. "style": {
  17. "navigationBarTitleText": "首页",
  18. "enablePullDownRefresh": false
  19. }
  20. }, {
  21. "path": "pages/yuecai/professional_style/index",
  22. "style": {
  23. "navigationBarTitleText": "专业风采",
  24. "enablePullDownRefresh": false
  25. }
  26. }, {
  27. "path": "pages/yuecai/professional_style/detail/index",
  28. "style": {
  29. "navigationBarTitleText": "专业风采",
  30. "enablePullDownRefresh": false
  31. }
  32. }, {
  33. "path": "pages/yuecai/dish/index",
  34. "style": {
  35. "navigationBarTitleText": "粤菜",
  36. "enablePullDownRefresh": false
  37. }
  38. }, {
  39. "path": "pages/yuecai/dish/detail/index",
  40. "style": {
  41. "navigationBarTitleText": "名菜详情",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/yuecai/snacks/index",
  46. "style": {
  47. "navigationBarTitleText": "名点",
  48. "enablePullDownRefresh": false
  49. }
  50. }, {
  51. "path": "pages/yuecai/snacks/detail/index",
  52. "style": {
  53. "navigationBarTitleText": "名点详情",
  54. "enablePullDownRefresh": false
  55. }
  56. }, {
  57. "path": "pages/yuecai/restaurant/index",
  58. "style": {
  59. "navigationBarTitleText": "名店",
  60. "enablePullDownRefresh": false
  61. }
  62. }, {
  63. "path": "pages/yuecai/restaurant/detail/index",
  64. "style": {
  65. "navigationBarTitleText": "名店详情",
  66. "enablePullDownRefresh": false
  67. }
  68. }, {
  69. "path": "pages/yuecai/usercenter/index",
  70. "style": {
  71. "navigationBarTitleText": "我的",
  72. "enablePullDownRefresh": false
  73. }
  74. }, {
  75. "path": "pages/yuecai/usercenter/profile/index",
  76. "style": {
  77. "navigationBarTitleText": "个人信息",
  78. "enablePullDownRefresh": false
  79. }
  80. }, {
  81. "path": "pages/yuecai/information/detail/index",
  82. "style": {
  83. "navigationBarTitleText": "资讯",
  84. "enablePullDownRefresh": false
  85. }
  86. }, {
  87. "path": "pages/yuecai/usercenter/aboutus/index",
  88. "style": {
  89. "navigationBarTitleText": "关于我们",
  90. "enablePullDownRefresh": false
  91. }
  92. }, {
  93. "path": "pages/yuecai/usercenter/protocol/index",
  94. "style": {
  95. "navigationBarTitleText": "用户协议",
  96. "enablePullDownRefresh": false
  97. }
  98. }, {
  99. "path": "pages/yuecai/usercenter/privacy/index",
  100. "style": {
  101. "navigationBarTitleText": "隐私保护政策",
  102. "enablePullDownRefresh": false
  103. }
  104. }, {
  105. "path": "pages/yuecai/collection/index",
  106. "style": {
  107. "navigationBarTitleText": "我的收藏",
  108. "enablePullDownRefresh": false
  109. }
  110. }, {
  111. "path": "pages/yuecai/search/index1",
  112. "style": {
  113. "navigationBarTitleText": "发现",
  114. "enablePullDownRefresh": false
  115. }
  116. }, {
  117. "path": "pages/yuecai/search/index2",
  118. "style": {
  119. "navigationBarTitleText": "搜索",
  120. "enablePullDownRefresh": false
  121. }
  122. }
  123. ],
  124. "globalStyle": {
  125. "navigationBarTitleText": "粤菜文化",
  126. "navigationBarBackgroundColor": "@navBgColor",
  127. "navigationBarTextStyle": "@navTxtStyle",
  128. "backgroundColor": "@bgColor",
  129. "backgroundTextStyle": "@bgTxtStyle",
  130. "backgroundColorTop": "@bgColorTop",
  131. "backgroundColorBottom": "@bgColorBottom"
  132. },
  133. "tabBar": {
  134. "color": "@tabFontColor",
  135. "selectedColor": "@tabSelectedColor",
  136. "backgroundColor": "@tabBgColor",
  137. "borderStyle": "@tabBorderStyle",
  138. "list": [{
  139. "iconPath": "@iconPath1",
  140. "selectedIconPath": "@selectedIconPath1",
  141. "text": "首页",
  142. "pagePath": "pages/yuecai/home/index"
  143. }, {
  144. "iconPath": "@iconPath2",
  145. "selectedIconPath": "@selectedIconPath2",
  146. "text": "发现",
  147. "pagePath": "pages/yuecai/search/index1"
  148. }, {
  149. "iconPath": "@iconPath2",
  150. "selectedIconPath": "@selectedIconPath2",
  151. "text": "我的",
  152. "pagePath": "pages/yuecai/usercenter/index"
  153. }]
  154. },
  155. "darkmode": true,
  156. "themeLocation": "theme.json"
  157. }