pages.json 4.6 KB

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