pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText" : "村社文化资源挖掘平台",
  8. "enablePullDownRefresh" : false
  9. }
  10. },
  11. {
  12. "path": "pages/user/login",
  13. "style": {
  14. "navigationBarTitleText": "登录",
  15. "navigationStyle": "custom",
  16. "navigationBarTextStyle": "black",
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/user/index",
  22. "style": {
  23. "navigationBarTitleText": "个人中心",
  24. "enablePullDownRefresh": false
  25. }
  26. },
  27. {
  28. "path": "pages/user/update/password",
  29. "style": {
  30. "navigationBarTitleText": "修改密码",
  31. "enablePullDownRefresh": false
  32. }
  33. },
  34. {
  35. "path": "pages/user/update/profile",
  36. "style": {
  37. "navigationBarTitleText": "修改个人信息",
  38. "enablePullDownRefresh": false
  39. }
  40. },
  41. {
  42. "path": "pages/home/light/details",
  43. "style": {
  44. "navigationBarTitleText": "村社详情",
  45. "enablePullDownRefresh": false
  46. }
  47. },
  48. {
  49. "path": "pages/home/light/submit-volunteer",
  50. "style": {
  51. "navigationBarTitleText": "成为志愿者",
  52. "navigationStyle": "custom",
  53. "enablePullDownRefresh": false
  54. }
  55. },
  56. {
  57. "path": "pages/home/light/submit-map",
  58. "style": {
  59. "navigationBarTitleText": "选择点亮村社",
  60. "navigationStyle": "custom",
  61. "enablePullDownRefresh": false
  62. }
  63. },
  64. {
  65. "path": "pages/home/village/index",
  66. "style": {
  67. "navigationBarTitleText": "村社详情",
  68. "navigationStyle": "custom",
  69. "enablePullDownRefresh": false
  70. }
  71. },
  72. {
  73. "path": "pages/home/village/rank/volunteer",
  74. "style": {
  75. "navigationBarTitleText": "志愿者排名",
  76. "navigationStyle": "custom",
  77. "enablePullDownRefresh": false
  78. }
  79. },
  80. {
  81. "path": "pages/home/village/rank/village",
  82. "style": {
  83. "navigationBarTitleText": "村社排名",
  84. "navigationStyle": "custom",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. {
  89. "path": "pages/home/search/index",
  90. "style": {
  91. "navigationBarTitleText": "村社搜索",
  92. "navigationStyle": "custom",
  93. "enablePullDownRefresh": true
  94. }
  95. },
  96. {
  97. "path": "pages/home/village/follow/list",
  98. "style": {
  99. "navigationBarTitleText": "村社关注",
  100. "navigationStyle": "custom",
  101. "enablePullDownRefresh": true
  102. }
  103. },
  104. {
  105. "path": "pages/home/village/follow/my-follows",
  106. "style": {
  107. "navigationBarTitleText": "我的关注",
  108. "navigationStyle": "custom",
  109. "enablePullDownRefresh": true
  110. }
  111. },
  112. {
  113. "path": "pages/home/village/bless/recharge",
  114. "style": {
  115. "navigationBarTitleText": "充值乡源果",
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/home/village/bless/pay-select",
  121. "style": {
  122. "navigationBarTitleText": "赐福支付",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/home/village/upgrade/upgrade-village",
  128. "style": {
  129. "navigationBarTitleText": "升级村社",
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "pages/home/village/orders",
  135. "style": {
  136. "navigationBarTitleText": "我的订单",
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "pages/home/village/goods/index",
  142. "style": {
  143. "navigationBarTitleText": "乡源好物",
  144. "navigationStyle": "custom",
  145. "enablePullDownRefresh": true
  146. }
  147. },
  148. {
  149. "path": "pages/home/village/goods/detail",
  150. "style": {
  151. "navigationBarTitleText": "乡源好物详情",
  152. "navigationStyle": "custom",
  153. "enablePullDownRefresh": true
  154. }
  155. },
  156. {
  157. "path": "pages/home/village/volunteer/detail",
  158. "style": {
  159. "navigationBarTitleText": "志愿者详情",
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "pages/home/village/bless/my-orders",
  165. "style": {
  166. "navigationBarTitleText": "我的订单",
  167. "navigationStyle": "custom",
  168. "enablePullDownRefresh": true
  169. }
  170. },
  171. {
  172. "path": "pages/home/village/task/index",
  173. "style": {
  174. "navigationBarTitleText": "任务中心",
  175. "navigationStyle": "custom",
  176. "enablePullDownRefresh": true
  177. }
  178. },
  179. {
  180. "path": "pages/home/village/task/archivement",
  181. "style": {
  182. "navigationBarTitleText": "我的成就",
  183. "navigationStyle": "custom",
  184. "enablePullDownRefresh": true
  185. }
  186. },
  187. {
  188. "path": "pages/home/village/upgrade/select",
  189. "style": {
  190. "navigationBarTitleText": "升级村社",
  191. "navigationStyle": "custom",
  192. "enablePullDownRefresh": false
  193. }
  194. },
  195. {
  196. "path": "pages/home/village/upgrade/pay-public",
  197. "style": {
  198. "navigationBarTitleText": "对公打款",
  199. "navigationStyle": "custom",
  200. "enablePullDownRefresh": false
  201. }
  202. },
  203. {
  204. "path": "pages/home/village/upgrade/my-orders",
  205. "style": {
  206. "navigationBarTitleText": "我的升级订单",
  207. "navigationStyle": "custom",
  208. "enablePullDownRefresh": true
  209. }
  210. },
  211. {
  212. "path": "pages/home/village/volunteer/list",
  213. "style": {
  214. "navigationBarTitleText": "志愿者列表",
  215. "navigationStyle": "custom",
  216. "enablePullDownRefresh": true
  217. }
  218. },
  219. {
  220. "path": "pages/home/village/gallery/index",
  221. "style": {
  222. "navigationBarTitleText": "村社相册",
  223. "navigationStyle": "custom",
  224. "enablePullDownRefresh": true
  225. }
  226. },
  227. {
  228. "path": "pages/home/village/gallery/upload",
  229. "style": {
  230. "navigationBarTitleText": "上传照片",
  231. "navigationStyle": "custom",
  232. "enablePullDownRefresh": false
  233. }
  234. },
  235. {
  236. "path": "pages/home/village/gov/index",
  237. "style": {
  238. "navigationBarTitleText": "政贤连心",
  239. "navigationStyle": "custom"
  240. }
  241. },
  242. {
  243. "path": "pages/home/light/create-village",
  244. "style": {
  245. "navigationBarTitleText": "一键建村",
  246. "navigationStyle": "custom"
  247. }
  248. },
  249. {
  250. "path": "pages/home/village/post/management-topic",
  251. "style": {
  252. "navigationBarTitleText": "话题管理",
  253. "navigationStyle": "custom"
  254. }
  255. },
  256. {
  257. "path": "pages/home/village/post/management-list",
  258. "style": {
  259. "navigationBarTitleText": "贴图管理",
  260. "navigationStyle": "custom"
  261. }
  262. },
  263. {
  264. "path": "pages/home/village/upgrade/my-upgrade-management",
  265. "style": {
  266. "navigationBarTitleText": "升级成为管理员",
  267. "navigationStyle": "custom"
  268. }
  269. },
  270. {
  271. "path": "pages/article/details",
  272. "style": {
  273. "navigationBarTitleText": "新闻详情"
  274. }
  275. },
  276. {
  277. "path": "pages/article/list",
  278. "style": {
  279. "navigationBarTitleText": "文章列表页",
  280. "enablePullDownRefresh": true
  281. }
  282. },
  283. {
  284. "path": "pages/article/web/ewebview",
  285. "style": {
  286. "navigationBarTitleText": "",
  287. "navigationStyle": "custom",
  288. "enablePullDownRefresh": false
  289. }
  290. },
  291. {
  292. "path": "pages/article/common/list",
  293. "style": {
  294. "navigationBarTitleText": "通用列表页",
  295. "enablePullDownRefresh": true
  296. }
  297. },
  298. {
  299. "path": "pages/home/village/details",
  300. "style": {
  301. "navigationBarTitleText": "村社详情",
  302. "enablePullDownRefresh": true
  303. }
  304. },
  305. {
  306. "path": "pages/home/discover/details",
  307. "style": {
  308. "navigationBarTitleText": "发现详情页",
  309. "navigationStyle": "custom",
  310. "enablePullDownRefresh": true
  311. }
  312. },
  313. {
  314. "path": "pages/home/about/about",
  315. "style": {
  316. "navigationBarTitleText": "关于我们",
  317. "enablePullDownRefresh": false
  318. }
  319. },
  320. {
  321. "path": "pages/home/about/contract",
  322. "style": {
  323. "navigationBarTitleText": "商务合作",
  324. "enablePullDownRefresh": false
  325. }
  326. },
  327. {
  328. "path": "pages/test/topic",
  329. "style": {
  330. "navigationBarTitleText": "测试话题页",
  331. "enablePullDownRefresh": false
  332. }
  333. },
  334. {
  335. "path": "pages/test/render",
  336. "style": {
  337. "navigationBarTitleText": "测试渲染页",
  338. "enablePullDownRefresh": false
  339. }
  340. },
  341. {
  342. "path": "pages/test/blank",
  343. "style": {
  344. "navigationBarTitleText": "测试空白页",
  345. "enablePullDownRefresh": false
  346. }
  347. }
  348. ],
  349. "subPackages": [
  350. {
  351. "root": "pages/dig",
  352. "pages": [
  353. {
  354. "path": "editor/editor",
  355. "style": {
  356. "navigationBarTitleText": "编辑文章",
  357. "enablePullDownRefresh": false
  358. }
  359. },
  360. {
  361. "path": "editor/preview",
  362. "style": {
  363. "navigationBarTitleText": "预览文章",
  364. "enablePullDownRefresh": false
  365. }
  366. },
  367. {
  368. "path": "details",
  369. "style": {
  370. "navigationBarTitleText": "村社文化资源挖掘平台-详情",
  371. "enablePullDownRefresh": false,
  372. "navigationStyle": "custom"
  373. }
  374. },
  375. {
  376. "path": "about/point",
  377. "style": {
  378. "navigationBarTitleText": "文化积分帮助",
  379. "enablePullDownRefresh": false
  380. }
  381. },
  382. {
  383. "path": "admin/index",
  384. "style": {
  385. "navigationBarTitleText": "村社文化资源挖掘平台-管理员",
  386. "enablePullDownRefresh": true
  387. }
  388. },
  389. {
  390. "path": "admin/volunteer",
  391. "style": {
  392. "navigationBarTitleText": "村社文化资源挖掘平台-志愿者管理",
  393. "enablePullDownRefresh": false
  394. }
  395. },
  396. {
  397. "path": "admin/preview",
  398. "style": {
  399. "navigationBarTitleText": "村社预览",
  400. "enablePullDownRefresh": false
  401. }
  402. },
  403. {
  404. "path": "admin/review",
  405. "style": {
  406. "navigationBarTitleText": "注册审核",
  407. "enablePullDownRefresh": true
  408. }
  409. },
  410. {
  411. "path": "forms/task",
  412. "style": {
  413. "navigationBarTitleText": "村社文化资源挖掘平台",
  414. "enablePullDownRefresh": false,
  415. "navigationStyle": "custom"
  416. }
  417. },
  418. {
  419. "path": "forms/common",
  420. "style": {
  421. "navigationBarTitleText": "村社文化资源挖掘平台-提交信息",
  422. "enablePullDownRefresh": false,
  423. "navigationStyle": "custom"
  424. }
  425. },
  426. {
  427. "path": "forms/list",
  428. "style": {
  429. "navigationBarTitleText": "信息列表",
  430. "enablePullDownRefresh": true,
  431. "navigationStyle": "custom"
  432. }
  433. },
  434. {
  435. "path": "forms/list-ordinary",
  436. "style": {
  437. "navigationBarTitleText": "普通信息列表",
  438. "enablePullDownRefresh": true,
  439. "navigationStyle": "custom"
  440. }
  441. },
  442. {
  443. "path": "forms/submits",
  444. "style": {
  445. "navigationBarTitleText": "我的投稿",
  446. "enablePullDownRefresh": true
  447. }
  448. },
  449. {
  450. "path": "sharereg/bind",
  451. "style": {
  452. "navigationBarTitleText": "绑定志愿者",
  453. "enablePullDownRefresh": false
  454. }
  455. },
  456. {
  457. "path": "sharereg/bind-wx",
  458. "style": {
  459. "navigationBarTitleText": "绑定微信",
  460. "enablePullDownRefresh": false
  461. }
  462. },
  463. {
  464. "path": "about/goving",
  465. "style": {
  466. "navigationBarTitleText": "挖掘审核",
  467. "navigationStyle": "custom",
  468. "enablePullDownRefresh": false
  469. }
  470. }
  471. ]
  472. },
  473. {
  474. "root": "pages/home/chat",
  475. "pages": [
  476. {
  477. "path": "index",
  478. "style": {
  479. "navigationBarTitleText": "AI助理",
  480. "enablePullDownRefresh": false
  481. }
  482. },
  483. {
  484. "path": "dependent/post/publish",
  485. "style": {
  486. "navigationBarTitleText": "发贴图",
  487. "navigationStyle": "custom",
  488. "enablePullDownRefresh": false
  489. }
  490. }
  491. ]
  492. },
  493. {
  494. "root": "pages/home/village/games",
  495. "pages": [
  496. {
  497. "path": "index",
  498. "style": {
  499. "navigationBarTitleText": "互动游戏",
  500. "enablePullDownRefresh": false
  501. }
  502. }
  503. ]
  504. }
  505. ],
  506. "globalStyle": {
  507. "navigationBarTextStyle": "white",
  508. "navigationBarTitleText": "uni-app",
  509. "navigationBarBackgroundColor": "#e19579",
  510. "backgroundColor": "#fef2e8"
  511. },
  512. "uniIdRouter": {}
  513. }