pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  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/follows",
  98. "style": {
  99. "navigationBarTitleText": "我的关注",
  100. "navigationStyle": "custom",
  101. "enablePullDownRefresh": true
  102. }
  103. },
  104. {
  105. "path": "pages/home/village/orders",
  106. "style": {
  107. "navigationBarTitleText": "我的订单",
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/home/village/goods/index",
  113. "style": {
  114. "navigationBarTitleText": "乡源好物",
  115. "navigationStyle": "custom",
  116. "enablePullDownRefresh": true
  117. }
  118. },
  119. {
  120. "path": "pages/home/village/goods/detail",
  121. "style": {
  122. "navigationBarTitleText": "乡源好物详情",
  123. "navigationStyle": "custom",
  124. "enablePullDownRefresh": true
  125. }
  126. },
  127. {
  128. "path": "pages/home/village/volunteer/detail",
  129. "style": {
  130. "navigationBarTitleText": "志愿者详情",
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "pages/home/village/bless/my-orders",
  136. "style": {
  137. "navigationBarTitleText": "我的订单",
  138. "navigationStyle": "custom",
  139. "enablePullDownRefresh": true
  140. }
  141. },
  142. {
  143. "path": "pages/home/village/task/index",
  144. "style": {
  145. "navigationBarTitleText": "任务中心",
  146. "navigationStyle": "custom",
  147. "enablePullDownRefresh": true
  148. }
  149. },
  150. {
  151. "path": "pages/home/village/task/archivement",
  152. "style": {
  153. "navigationBarTitleText": "我的成就",
  154. "navigationStyle": "custom",
  155. "enablePullDownRefresh": true
  156. }
  157. },
  158. {
  159. "path": "pages/home/village/upgrade/select",
  160. "style": {
  161. "navigationBarTitleText": "升级村社",
  162. "navigationStyle": "custom",
  163. "enablePullDownRefresh": false
  164. }
  165. },
  166. {
  167. "path": "pages/home/village/upgrade/pay-public",
  168. "style": {
  169. "navigationBarTitleText": "对公打款",
  170. "navigationStyle": "custom",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "pages/home/village/upgrade/my-orders",
  176. "style": {
  177. "navigationBarTitleText": "我的升级订单",
  178. "navigationStyle": "custom",
  179. "enablePullDownRefresh": true
  180. }
  181. },
  182. {
  183. "path": "pages/home/village/volunteer/list",
  184. "style": {
  185. "navigationBarTitleText": "志愿者列表",
  186. "navigationStyle": "custom",
  187. "enablePullDownRefresh": true
  188. }
  189. },
  190. {
  191. "path": "pages/home/village/gallery/index",
  192. "style": {
  193. "navigationBarTitleText": "村社相册",
  194. "navigationStyle": "custom",
  195. "enablePullDownRefresh": true
  196. }
  197. },
  198. {
  199. "path": "pages/home/village/gallery/upload",
  200. "style": {
  201. "navigationBarTitleText": "上传照片",
  202. "navigationStyle": "custom",
  203. "enablePullDownRefresh": false
  204. }
  205. },
  206. {
  207. "path": "pages/home/village/gov/index",
  208. "style": {
  209. "navigationBarTitleText": "政贤连心",
  210. "navigationStyle": "custom"
  211. }
  212. },
  213. {
  214. "path": "pages/home/light/create-village",
  215. "style": {
  216. "navigationBarTitleText": "一键建村",
  217. "navigationStyle": "custom"
  218. }
  219. },
  220. {
  221. "path": "pages/article/details",
  222. "style": {
  223. "navigationBarTitleText": "新闻详情"
  224. }
  225. },
  226. {
  227. "path": "pages/article/list",
  228. "style": {
  229. "navigationBarTitleText": "文章列表页",
  230. "enablePullDownRefresh": true
  231. }
  232. },
  233. {
  234. "path": "pages/article/web/ewebview",
  235. "style": {
  236. "navigationBarTitleText": "",
  237. "navigationStyle": "custom",
  238. "enablePullDownRefresh": false
  239. }
  240. },
  241. {
  242. "path": "pages/article/common/list",
  243. "style": {
  244. "navigationBarTitleText": "通用列表页",
  245. "enablePullDownRefresh": true
  246. }
  247. },
  248. {
  249. "path": "pages/home/village/details",
  250. "style": {
  251. "navigationBarTitleText": "村社详情",
  252. "enablePullDownRefresh": true
  253. }
  254. },
  255. {
  256. "path": "pages/home/discover/details",
  257. "style": {
  258. "navigationBarTitleText": "发现详情页",
  259. "navigationStyle": "custom",
  260. "enablePullDownRefresh": true
  261. }
  262. },
  263. {
  264. "path": "pages/home/about/about",
  265. "style": {
  266. "navigationBarTitleText": "关于我们",
  267. "enablePullDownRefresh": false
  268. }
  269. },
  270. {
  271. "path": "pages/home/about/contract",
  272. "style": {
  273. "navigationBarTitleText": "商务合作",
  274. "enablePullDownRefresh": false
  275. }
  276. },
  277. {
  278. "path": "pages/test/topic",
  279. "style": {
  280. "navigationBarTitleText": "测试话题页",
  281. "enablePullDownRefresh": false
  282. }
  283. },
  284. {
  285. "path": "pages/test/render",
  286. "style": {
  287. "navigationBarTitleText": "测试渲染页",
  288. "enablePullDownRefresh": false
  289. }
  290. },
  291. {
  292. "path": "pages/test/blank",
  293. "style": {
  294. "navigationBarTitleText": "测试空白页",
  295. "enablePullDownRefresh": false
  296. }
  297. }
  298. ],
  299. "subPackages": [
  300. {
  301. "root": "pages/dig",
  302. "pages": [
  303. {
  304. "path": "editor/editor",
  305. "style": {
  306. "navigationBarTitleText": "编辑文章",
  307. "enablePullDownRefresh": false
  308. }
  309. },
  310. {
  311. "path": "editor/preview",
  312. "style": {
  313. "navigationBarTitleText": "预览文章",
  314. "enablePullDownRefresh": false
  315. }
  316. },
  317. {
  318. "path": "details",
  319. "style": {
  320. "navigationBarTitleText": "村社文化资源挖掘平台-详情",
  321. "enablePullDownRefresh": false,
  322. "navigationStyle": "custom"
  323. }
  324. },
  325. {
  326. "path": "about/point",
  327. "style": {
  328. "navigationBarTitleText": "文化积分帮助",
  329. "enablePullDownRefresh": false
  330. }
  331. },
  332. {
  333. "path": "admin/index",
  334. "style": {
  335. "navigationBarTitleText": "村社文化资源挖掘平台-管理员",
  336. "enablePullDownRefresh": true
  337. }
  338. },
  339. {
  340. "path": "admin/volunteer",
  341. "style": {
  342. "navigationBarTitleText": "村社文化资源挖掘平台-志愿者管理",
  343. "enablePullDownRefresh": false
  344. }
  345. },
  346. {
  347. "path": "admin/preview",
  348. "style": {
  349. "navigationBarTitleText": "村社预览",
  350. "enablePullDownRefresh": false
  351. }
  352. },
  353. {
  354. "path": "admin/review",
  355. "style": {
  356. "navigationBarTitleText": "注册审核",
  357. "enablePullDownRefresh": true
  358. }
  359. },
  360. {
  361. "path": "forms/task",
  362. "style": {
  363. "navigationBarTitleText": "村社文化资源挖掘平台",
  364. "enablePullDownRefresh": false,
  365. "navigationStyle": "custom"
  366. }
  367. },
  368. {
  369. "path": "forms/common",
  370. "style": {
  371. "navigationBarTitleText": "村社文化资源挖掘平台-提交信息",
  372. "enablePullDownRefresh": false,
  373. "navigationStyle": "custom"
  374. }
  375. },
  376. {
  377. "path": "forms/list",
  378. "style": {
  379. "navigationBarTitleText": "信息列表",
  380. "enablePullDownRefresh": true,
  381. "navigationStyle": "custom"
  382. }
  383. },
  384. {
  385. "path": "forms/list-ordinary",
  386. "style": {
  387. "navigationBarTitleText": "普通信息列表",
  388. "enablePullDownRefresh": true,
  389. "navigationStyle": "custom"
  390. }
  391. },
  392. {
  393. "path": "forms/submits",
  394. "style": {
  395. "navigationBarTitleText": "我的投稿",
  396. "enablePullDownRefresh": true
  397. }
  398. },
  399. {
  400. "path": "sharereg/bind",
  401. "style": {
  402. "navigationBarTitleText": "绑定志愿者",
  403. "enablePullDownRefresh": false
  404. }
  405. },
  406. {
  407. "path": "sharereg/bind-wx",
  408. "style": {
  409. "navigationBarTitleText": "绑定微信",
  410. "enablePullDownRefresh": false
  411. }
  412. }
  413. ]
  414. },
  415. {
  416. "root": "pages/home/chat",
  417. "pages": [
  418. {
  419. "path": "index",
  420. "style": {
  421. "navigationBarTitleText": "AI助理",
  422. "enablePullDownRefresh": false
  423. }
  424. },
  425. {
  426. "path": "dependent/post/publish",
  427. "style": {
  428. "navigationBarTitleText": "发贴图",
  429. "navigationStyle": "custom",
  430. "enablePullDownRefresh": false
  431. }
  432. }
  433. ]
  434. },
  435. {
  436. "root": "pages/home/village/games",
  437. "pages": [
  438. {
  439. "path": "index",
  440. "style": {
  441. "navigationBarTitleText": "互动游戏",
  442. "enablePullDownRefresh": false
  443. }
  444. }
  445. ]
  446. },
  447. {
  448. "root": "pages/third/yunexamine",
  449. "pages": [
  450. {
  451. "path": "pages/home/index",
  452. "style": {
  453. "navigationBarTitleText": "首页"
  454. }
  455. },
  456. {
  457. "path": "pages/home/dashboard",
  458. "style": {
  459. "navigationBarTitleText": "活动中心"
  460. }
  461. },
  462. {
  463. "path": "pages/home/welcome",
  464. "style": {
  465. "navigationStyle": "custom"
  466. }
  467. },
  468. {
  469. "path": "pages/home/activity",
  470. "style": {
  471. "navigationBarTitleText": "活动"
  472. }
  473. },
  474. {
  475. "path": "pages/home/webview",
  476. "style": {
  477. "navigationBarTitleText": "新页面"
  478. }
  479. },
  480. {
  481. "path": "pages/examine/answer",
  482. "style": {
  483. "navigationBarTitleText": "进行答题"
  484. }
  485. },
  486. {
  487. "path": "pages/examine/summary",
  488. "style": {
  489. "navigationBarTitleText": "答题结果"
  490. }
  491. },
  492. {
  493. "path": "pages/examine/history",
  494. "style": {
  495. "navigationBarTitleText": "答题历史"
  496. }
  497. },
  498. {
  499. "path": "pages/examine/wrong",
  500. "style": {
  501. "navigationBarTitleText": "错题记录"
  502. }
  503. },
  504. {
  505. "path": "pages/examine/review",
  506. "style": {
  507. "navigationBarTitleText": "回顾答题"
  508. }
  509. },
  510. {
  511. "path": "pages/examine/top",
  512. "style": {
  513. "navigationBarTitleText": "排行榜"
  514. }
  515. },
  516. {
  517. "path": "pages/gift/index",
  518. "style": {
  519. "navigationBarTitleText": "活动奖品"
  520. }
  521. },
  522. {
  523. "path": "pages/gift/detail",
  524. "style": {
  525. "navigationBarTitleText": "奖品详情"
  526. }
  527. },
  528. {
  529. "path": "pages/gift/exchange",
  530. "style": {
  531. "navigationBarTitleText": "奖品兑换"
  532. }
  533. },
  534. {
  535. "path": "pages/gift/order",
  536. "style": {
  537. "navigationBarTitleText": "兑换订单"
  538. }
  539. },
  540. {
  541. "path": "pages/gift/order_detail",
  542. "style": {
  543. "navigationBarTitleText": "订单详情"
  544. }
  545. },
  546. {
  547. "path": "pages/gift/express_feed",
  548. "style": {
  549. "navigationBarTitleText": "物流动态"
  550. }
  551. },
  552. {
  553. "path": "pages/user/register",
  554. "style": {
  555. "navigationBarTitleText": "注册"
  556. }
  557. },
  558. {
  559. "path": "pages/user/login",
  560. "style": {
  561. "navigationBarTitleText": "登录"
  562. }
  563. },
  564. {
  565. "path": "pages/user/mine",
  566. "style": {
  567. "navigationBarTitleText": "我的"
  568. }
  569. },
  570. {
  571. "path": "pages/user/change_phone",
  572. "style": {
  573. "navigationBarTitleText": "修改手机号"
  574. }
  575. },
  576. {
  577. "path": "pages/user/change_code",
  578. "style": {
  579. "navigationBarTitleText": "修改登录码"
  580. }
  581. },
  582. {
  583. "path": "pages/user/feedback",
  584. "style": {
  585. "navigationBarTitleText": "意见反馈"
  586. }
  587. },
  588. {
  589. "path": "pages/user/feedback_detail",
  590. "style": {
  591. "navigationBarTitleText": "反馈详情"
  592. }
  593. },
  594. {
  595. "path": "pages/user/auto_login",
  596. "style": {
  597. "navigationBarTitleText": "登录检查"
  598. }
  599. },
  600. {
  601. "path": "pages/user/tips",
  602. "style": {
  603. "navigationBarTitleText": "系统提示"
  604. }
  605. }
  606. ]
  607. }
  608. ],
  609. "globalStyle": {
  610. "navigationBarTextStyle": "white",
  611. "navigationBarTitleText": "uni-app",
  612. "navigationBarBackgroundColor": "#e19579",
  613. "backgroundColor": "#fef2e8"
  614. },
  615. "uniIdRouter": {}
  616. }