pages.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTitleText": "闽南文化生态保护-首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/home/introduction",
  12. "style": {
  13. "navigationBarTitleText": "闽南文化生态保护-介绍",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/home/history",
  19. "style": {
  20. "navigationBarTitleText": "保护区建设历程"
  21. }
  22. },
  23. {
  24. "path": "pages/travel/calendar/index",
  25. "style": {
  26. "navigationBarTitleText": "节庆日历",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/travel/scenic-spot/list",
  32. "style": {
  33. "navigationBarTitleText": "文化景区",
  34. "enablePullDownRefresh": true
  35. }
  36. },
  37. {
  38. "path": "pages/travel/fashion/list",
  39. "style": {
  40. "navigationBarTitleText": "闽南歌曲",
  41. "enablePullDownRefresh": true
  42. }
  43. },
  44. {
  45. "path": "pages/inhert/inheritor/list",
  46. "style": {
  47. "navigationBarTitleText": "传承人列表",
  48. "enablePullDownRefresh": true
  49. }
  50. },
  51. {
  52. "path": "pages/inhert/map/index",
  53. "style": {
  54. "navigationBarTitleText": "文化地图"
  55. }
  56. },
  57. {
  58. "path": "pages/inhert/language/list",
  59. "style": {
  60. "navigationBarTitleText": "闽南话"
  61. }
  62. },
  63. {
  64. "path": "pages/inhert/village/list",
  65. "style": {
  66. "navigationBarTitleText": "村落列表",
  67. "enablePullDownRefresh": true
  68. }
  69. },
  70. {
  71. "path": "pages/inhert/village/details",
  72. "style": {
  73. "navigationBarTitleText": "村落详情"
  74. }
  75. },
  76. {
  77. "path": "pages/article/common/list",
  78. "style": {
  79. "navigationBarTitleText": "通用列表页",
  80. "enablePullDownRefresh": true
  81. }
  82. },
  83. {
  84. "path": "pages/article/data/list",
  85. "style": {
  86. "navigationBarTitleText": "动态通用列表页",
  87. "enablePullDownRefresh": true
  88. }
  89. },
  90. {
  91. "path": "pages/article/data/details",
  92. "style": {
  93. "navigationBarTitleText": "动态通用详情页"
  94. }
  95. },
  96. {
  97. "path": "pages/article/details",
  98. "style": {
  99. "navigationBarTitleText": "新闻详情",
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "pages/article/list",
  105. "style": {
  106. "navigationBarTitleText": "文章列表页",
  107. "enablePullDownRefresh": true
  108. }
  109. },
  110. {
  111. "path": "pages/article/web/ewebview",
  112. "style": {
  113. "navigationBarTitleText": "",
  114. "navigationStyle": "custom",
  115. "enablePullDownRefresh": false
  116. }
  117. },
  118. {
  119. "path": "pages/article/correct",
  120. "style": {
  121. "navigationBarTitleText": "内容反馈",
  122. "navigationStyle": "custom",
  123. "enablePullDownRefresh": false
  124. }
  125. },
  126. {
  127. "path": "pages/article/editor/editor",
  128. "style": {
  129. "navigationBarTitleText": "编辑文章",
  130. "enablePullDownRefresh": false
  131. }
  132. },
  133. {
  134. "path": "pages/article/editor/preview",
  135. "style": {
  136. "navigationBarTitleText": "预览文章",
  137. "enablePullDownRefresh": false
  138. }
  139. },
  140. {
  141. "path": "pages/video/details",
  142. "style": {
  143. "navigationBarTitleText": "视频播放页"
  144. }
  145. },
  146. {
  147. "path": "pages/video/list",
  148. "style": {
  149. "navigationBarTitleText": "视频列表页"
  150. }
  151. },
  152. {
  153. "path": "pages/user/index",
  154. "style": {
  155. "navigationBarTitleText": "个人中心",
  156. "navigationStyle": "custom",
  157. "enablePullDownRefresh": false
  158. }
  159. },
  160. {
  161. "path": "pages/user/login",
  162. "style": {
  163. "navigationBarTitleText": "登录",
  164. "enablePullDownRefresh": false
  165. }
  166. },
  167. {
  168. "path": "pages/user/collect/index",
  169. "style": {
  170. "navigationBarTitleText": "我的收藏",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "pages/user/profile/index",
  176. "style": {
  177. "navigationBarTitleText": "个人信息",
  178. "enablePullDownRefresh": false
  179. }
  180. },
  181. {
  182. "path": "pages/user/contribute/list",
  183. "style": {
  184. "navigationBarTitleText": "我的投稿",
  185. "enablePullDownRefresh": true
  186. }
  187. },
  188. {
  189. "path": "pages/user/contribute/submit",
  190. "style": {
  191. "navigationBarTitleText": "投稿"
  192. }
  193. },
  194. // #ifdef H5
  195. {
  196. "path": "pages/article/data/editor/MiniProgramEditor",
  197. "style": {
  198. "navigationBarTitleText": "小程序编辑器",
  199. "navigationStyle": "custom"
  200. }
  201. },
  202. // #endif
  203. ],
  204. "globalStyle": {
  205. "navigationBarTextStyle": "black",
  206. "navigationBarTitleText": "uni-app",
  207. "navigationBarBackgroundColor": "#f6f2e7",
  208. "backgroundColor": "#f6f2e7"
  209. },
  210. "uniIdRouter": {},
  211. "tabBar": {
  212. "custom": true,
  213. "list": [
  214. {
  215. "pagePath": "pages/home/index",
  216. "text": "首页"
  217. },
  218. {
  219. "pagePath": "pages/user/index",
  220. "text": "我的"
  221. }
  222. ]
  223. }
  224. }