pages.json 6.2 KB

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