pages.json 8.6 KB

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