pages.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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/introduction/custom/list",
  25. "style": {
  26. "navigationBarTitleText": "闽南民俗",
  27. "enablePullDownRefresh": true
  28. }
  29. },
  30. {
  31. "path": "pages/introduction/character/details",
  32. "style": {
  33. "navigationBarTitleText": "历史人物详情"
  34. }
  35. },
  36. {
  37. "path": "pages/travel/index",
  38. "style": {
  39. "navigationBarTitleText": "闽南文化生态保护-文旅",
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "pages/travel/calendar/index",
  45. "style": {
  46. "navigationBarTitleText": "节庆日历",
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "pages/travel/scenic-spot/list",
  52. "style": {
  53. "navigationBarTitleText": "文化景区",
  54. "enablePullDownRefresh": true
  55. }
  56. },
  57. {
  58. "path": "pages/travel/fashion/list",
  59. "style": {
  60. "navigationBarTitleText": "闽南歌曲",
  61. "enablePullDownRefresh": true
  62. }
  63. },
  64. {
  65. "path": "pages/article/index",
  66. "style": {
  67. "navigationBarTitleText": "闽南文化生态保护-发现",
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "pages/inhert/index",
  73. "style": {
  74. "navigationBarTitleText": "闽南文化生态保护-传承",
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/inhert/artifact/details",
  80. "style": {
  81. "navigationBarTitleText": "文物详情"
  82. }
  83. },
  84. {
  85. "path": "pages/inhert/intangible/details",
  86. "style": {
  87. "navigationBarTitleText": "非遗项目详情"
  88. }
  89. },
  90. {
  91. "path": "pages/inhert/product/details",
  92. "style": {
  93. "navigationBarTitleText": "非遗作品详情"
  94. }
  95. },
  96. {
  97. "path": "pages/inhert/unit/list",
  98. "style": {
  99. "navigationBarTitleText": "保护单位",
  100. "enablePullDownRefresh": true
  101. }
  102. },
  103. {
  104. "path": "pages/inhert/inheritor/list",
  105. "style": {
  106. "navigationBarTitleText": "传承人列表",
  107. "enablePullDownRefresh": true
  108. }
  109. },
  110. {
  111. "path": "pages/inhert/inheritor/details",
  112. "style": {
  113. "navigationBarTitleText": "传承人详情"
  114. }
  115. },
  116. {
  117. "path": "pages/inhert/seminar/details",
  118. "style": {
  119. "navigationBarTitleText": "传习所详情"
  120. }
  121. },
  122. {
  123. "path": "pages/inhert/old/list",
  124. "style": {
  125. "navigationBarTitleText": "重要相关老字号",
  126. "enablePullDownRefresh": true
  127. }
  128. },
  129. {
  130. "path": "pages/inhert/map/index",
  131. "style": {
  132. "navigationBarTitleText": "文化地图"
  133. }
  134. },
  135. {
  136. "path": "pages/inhert/language/list",
  137. "style": {
  138. "navigationBarTitleText": "闽南话"
  139. }
  140. },
  141. {
  142. "path": "pages/inhert/songs/details",
  143. "style": {
  144. "navigationBarTitleText": "详情"
  145. }
  146. },
  147. {
  148. "path": "pages/inhert/village/list",
  149. "style": {
  150. "navigationBarTitleText": "村落列表",
  151. "enablePullDownRefresh": true
  152. }
  153. },
  154. {
  155. "path": "pages/inhert/village/details",
  156. "style": {
  157. "navigationBarTitleText": "村落详情"
  158. }
  159. },
  160. {
  161. "path": "pages/article/common/list",
  162. "style": {
  163. "navigationBarTitleText": "通用列表页",
  164. "enablePullDownRefresh": true
  165. }
  166. },
  167. {
  168. "path": "pages/article/data/list",
  169. "style": {
  170. "navigationBarTitleText": "动态通用列表页"
  171. }
  172. },
  173. {
  174. "path": "pages/article/details",
  175. "style": {
  176. "navigationBarTitleText": "新闻详情",
  177. "navigationStyle": "custom"
  178. }
  179. },
  180. {
  181. "path": "pages/article/list",
  182. "style": {
  183. "navigationBarTitleText": "文章列表页",
  184. "enablePullDownRefresh": true
  185. }
  186. },
  187. {
  188. "path": "pages/article/web/ewebview",
  189. "style": {
  190. "navigationBarTitleText": "",
  191. "navigationStyle": "custom",
  192. "enablePullDownRefresh": false
  193. }
  194. },
  195. {
  196. "path": "pages/article/correct",
  197. "style": {
  198. "navigationBarTitleText": "内容反馈",
  199. "navigationStyle": "custom",
  200. "enablePullDownRefresh": false
  201. }
  202. },
  203. {
  204. "path": "pages/article/editor/editor",
  205. "style": {
  206. "navigationBarTitleText": "编辑文章",
  207. "enablePullDownRefresh": false
  208. }
  209. },
  210. {
  211. "path": "pages/article/editor/preview",
  212. "style": {
  213. "navigationBarTitleText": "预览文章",
  214. "enablePullDownRefresh": false
  215. }
  216. },
  217. {
  218. "path": "pages/video/details",
  219. "style": {
  220. "navigationBarTitleText": "视频播放页"
  221. }
  222. },
  223. {
  224. "path": "pages/video/list",
  225. "style": {
  226. "navigationBarTitleText": "视频列表页"
  227. }
  228. },
  229. {
  230. "path": "pages/user/index",
  231. "style": {
  232. "navigationBarTitleText": "个人中心",
  233. "navigationStyle": "custom",
  234. "enablePullDownRefresh": false
  235. }
  236. },
  237. {
  238. "path": "pages/user/login",
  239. "style": {
  240. "navigationBarTitleText": "登录",
  241. "enablePullDownRefresh": false
  242. }
  243. },
  244. {
  245. "path": "pages/user/collect/index",
  246. "style": {
  247. "navigationBarTitleText": "我的收藏",
  248. "enablePullDownRefresh": false
  249. }
  250. },
  251. {
  252. "path": "pages/user/profile/index",
  253. "style": {
  254. "navigationBarTitleText": "个人信息",
  255. "enablePullDownRefresh": false
  256. }
  257. },
  258. {
  259. "path": "pages/user/contribute/list",
  260. "style": {
  261. "navigationBarTitleText": "我的投稿",
  262. "enablePullDownRefresh": true
  263. }
  264. },
  265. {
  266. "path": "pages/user/contribute/submit",
  267. "style": {
  268. "navigationBarTitleText": "投稿"
  269. }
  270. },
  271. // #ifdef H5
  272. {
  273. "path": "pages/article/data/editor/MiniProgramEditor",
  274. "style": {
  275. "navigationBarTitleText": "小程序编辑器",
  276. "navigationStyle": "custom"
  277. }
  278. },
  279. // #endif
  280. {
  281. "path": "pages/document/details",
  282. "style": {
  283. "navigationBarTitleText": "文档详情"
  284. }
  285. }
  286. ],
  287. "globalStyle": {
  288. "navigationBarTextStyle": "black",
  289. "navigationBarTitleText": "uni-app",
  290. "navigationBarBackgroundColor": "#f6f2e7",
  291. "backgroundColor": "#f6f2e7"
  292. },
  293. "uniIdRouter": {},
  294. "tabBar": {
  295. "custom": true,
  296. "list": [
  297. {
  298. "pagePath": "pages/home/index",
  299. "text": "首页"
  300. },
  301. {
  302. "pagePath": "pages/article/index",
  303. "text": "资讯"
  304. },
  305. {
  306. "pagePath": "pages/inhert/index",
  307. "text": "传承"
  308. },
  309. {
  310. "pagePath": "pages/travel/index",
  311. "text": "文旅"
  312. },
  313. {
  314. "pagePath": "pages/user/index",
  315. "text": "我的"
  316. }
  317. ]
  318. }
  319. }