pages.json 7.0 KB

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