pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  4. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [
  7. {
  8. "path": "pages/home",
  9. "style": {
  10. "navigationBarTitleText": "闽南文化生态保护-首页",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/home/introduction",
  16. "style": {
  17. "navigationBarTitleText": "闽南文化生态保护-介绍",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/introduction/character",
  23. "style": {
  24. "navigationBarTitleText": "先贤列传"
  25. }
  26. },
  27. {
  28. "path": "pages/travel",
  29. "style": {
  30. "navigationBarTitleText": "闽南文化生态保护-文旅",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/travel/calendar",
  36. "style": {
  37. "navigationBarTitleText": "节庆日历",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/discover",
  43. "style": {
  44. "navigationBarTitleText": "闽南文化生态保护-发现",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/inhert",
  50. "style": {
  51. "navigationBarTitleText": "闽南文化生态保护-传承",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/inhert/artifact/list",
  57. "style": {
  58. "navigationBarTitleText": "文物列表",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/inhert/artifact/details",
  64. "style": {
  65. "navigationBarTitleText": "文物详情"
  66. }
  67. },
  68. {
  69. "path": "pages/inhert/intangible/list",
  70. "style": {
  71. "navigationBarTitleText": "非遗列表"
  72. }
  73. },
  74. {
  75. "path": "pages/inhert/intangible/details",
  76. "style": {
  77. "navigationBarTitleText": "非遗详情"
  78. }
  79. },
  80. {
  81. "path": "pages/inhert/inheritor/list",
  82. "style": {
  83. "navigationBarTitleText": "传承人列表"
  84. }
  85. },
  86. {
  87. "path": "pages/inhert/inheritor/details",
  88. "style": {
  89. "navigationBarTitleText": "传承人详情"
  90. }
  91. },
  92. {
  93. "path": "pages/inhert/village/list",
  94. "style": {
  95. "navigationBarTitleText": "村落列表"
  96. }
  97. },
  98. {
  99. "path": "pages/inhert/village/details",
  100. "style": {
  101. "navigationBarTitleText": "村落详情"
  102. }
  103. },
  104. {
  105. "path": "pages/article/common/list",
  106. "style": {
  107. "navigationBarTitleText": "通用列表页"
  108. }
  109. },
  110. {
  111. "path": "pages/article/details",
  112. "style": {
  113. "navigationBarTitleText": "新闻详情"
  114. }
  115. },
  116. {
  117. "path": "pages/article/list",
  118. "style": {
  119. "navigationBarTitleText": "文章列表页"
  120. }
  121. },
  122. {
  123. "path": "pages/article/editor/editor",
  124. "style": {
  125. "navigationBarTitleText": "编辑文章",
  126. "enablePullDownRefresh": false
  127. }
  128. },
  129. {
  130. "path": "pages/article/editor/preview",
  131. "style": {
  132. "navigationBarTitleText": "预览文章",
  133. "enablePullDownRefresh": false
  134. }
  135. },
  136. {
  137. "path": "pages/video/details",
  138. "style": {
  139. "navigationBarTitleText": "视频播放页"
  140. }
  141. },
  142. {
  143. "path": "pages/video/list",
  144. "style": {
  145. "navigationBarTitleText": "视频列表页"
  146. }
  147. },
  148. {
  149. "path": "pages/user/index",
  150. "style": {
  151. "navigationBarTitleText": "个人中心",
  152. "navigationStyle": "custom",
  153. "enablePullDownRefresh": false
  154. }
  155. },
  156. {
  157. "path": "pages/user/login",
  158. "style": {
  159. "navigationBarTitleText": "登录",
  160. "enablePullDownRefresh": false
  161. }
  162. }
  163. ],
  164. "globalStyle": {
  165. "navigationBarTextStyle": "black",
  166. "navigationBarTitleText": "uni-app",
  167. "navigationBarBackgroundColor": "#f6f2e7",
  168. "backgroundColor": "#f6f2e7"
  169. },
  170. "uniIdRouter": {},
  171. "tabBar": {
  172. "custom": true,
  173. "list": [
  174. {
  175. "pagePath": "pages/home",
  176. "text": "首页"
  177. },
  178. {
  179. "pagePath": "pages/discover",
  180. "text": "发现"
  181. },
  182. {
  183. "pagePath": "pages/inhert",
  184. "text": "传承"
  185. },
  186. {
  187. "pagePath": "pages/travel",
  188. "text": "文旅"
  189. },
  190. {
  191. "pagePath": "pages/user/index",
  192. "text": "我的"
  193. }
  194. ]
  195. }
  196. }