pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. {
  2. "easycom": {
  3. // 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
  4. // 下载安装方式
  5. // "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  6. // npm安装方式
  7. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. // #ifndef MP
  14. "app-plus": {
  15. "titleNView": false
  16. },
  17. // #endif
  18. "navigationBarTitleText": "通山县红十字会"
  19. }
  20. },
  21. {
  22. "path": "pages/index/ken",
  23. "style": {
  24. "navigationBarTitleText": "博爱园"
  25. }
  26. },
  27. {
  28. "path": "pages/index/pay",
  29. "style": {
  30. "navigationBarTitleText": "博爱园"
  31. }
  32. },
  33. {
  34. "path": "pages/index/thank",
  35. "style": {
  36. "navigationBarTitleText": "感谢信"
  37. }
  38. },
  39. {
  40. "path": "pages/index/dk",
  41. "style": {
  42. "navigationBarTitleText": ""
  43. }
  44. },
  45. {
  46. "path": "pages/index/yue",
  47. "style": {
  48. "navigationBarTitleText": "项目详情"
  49. }
  50. },
  51. {
  52. "path": "pages/index/yueList",
  53. "style": {
  54. "navigationBarTitleText": "我的月捐"
  55. }
  56. },
  57. {
  58. // "path": "pages/cart/cart1",
  59. "path":"pages/cart/cat1",
  60. "style": {
  61. // #ifndef MP
  62. "app-plus": {
  63. "titleNView": "会员报名"
  64. },
  65. // #endif
  66. "navigationBarTitleText": "会员报名"
  67. }
  68. },
  69. {
  70. "path": "pages/applic/know",
  71. "style": {
  72. // #ifndef MP
  73. "app-plus": {
  74. "titleNView": false
  75. },
  76. // #endif
  77. "navigationBarBackgroundColor": "#457DBF",
  78. "navigationBarTextStyle": "white",
  79. "navigationBarTitleText": "捐献造血干细胞"
  80. }
  81. },
  82. {
  83. "path": "pages/form/donateLove",
  84. "style": {
  85. // #ifndef MP
  86. "app-plus": {
  87. "titleNView": false
  88. },
  89. // #endif
  90. "navigationBarBackgroundColor": "#457DBF",
  91. "navigationBarTextStyle": "white",
  92. "navigationBarTitleText": "通山县红十字会安心捐赠"
  93. }
  94. },
  95. {
  96. "path": "pages/form/donateList",
  97. "style": {
  98. // #ifndef MP
  99. "app-plus": {
  100. "titleNView": false
  101. },
  102. // #endif
  103. "navigationBarBackgroundColor": "#457DBF",
  104. "navigationBarTextStyle": "white",
  105. "navigationBarTitleText": "通山县红十字会安心捐赠"
  106. }
  107. },
  108. // donaSuccess
  109. {
  110. "path": "pages/form/donaSuccess",
  111. "style": {
  112. // #ifndef MP
  113. "app-plus": {
  114. "titleNView": false
  115. },
  116. // #endif
  117. "navigationBarBackgroundColor": "#457DBF",
  118. "navigationBarTextStyle": "white",
  119. "navigationBarTitleText": "感谢信"
  120. }
  121. },
  122. {
  123. "path": "pages/applic/aid",
  124. "style": {
  125. // #ifndef MP
  126. "app-plus": {
  127. "titleNView": false
  128. },
  129. // #endif
  130. "navigationBarBackgroundColor": "#457DBF",
  131. "navigationBarTextStyle": "white",
  132. "navigationBarTitleText": "救护站"
  133. }
  134. },
  135. {
  136. "path": "pages/applic/aed",
  137. "style": {
  138. // #ifndef MP
  139. "app-plus": {
  140. "titleNView": false
  141. },
  142. // #endif
  143. "navigationBarBackgroundColor": "#457DBF",
  144. "navigationBarTextStyle": "white",
  145. "navigationBarTitleText": "智能AED"
  146. }
  147. },
  148. {
  149. "path": "pages/applic/donaSuccess",
  150. "style": {
  151. // #ifndef MP
  152. "app-plus": {
  153. "titleNView": false
  154. },
  155. // #endif
  156. "navigationBarBackgroundColor": "#457DBF",
  157. "navigationBarTextStyle": "white",
  158. "navigationBarTitleText": "捐赠成功"
  159. }
  160. },
  161. {
  162. "path": "pages/form/certificates",
  163. "style": {
  164. // #ifndef MP
  165. "app-plus": {
  166. "titleNView": false
  167. },
  168. // #endif
  169. "navigationBarBackgroundColor": "#457DBF",
  170. "navigationBarTextStyle": "white",
  171. "navigationBarTitleText": "结业证书"
  172. }
  173. },
  174. {
  175. "path": "pages/form/certificatesList",
  176. "style": {
  177. // #ifndef MP
  178. "app-plus": {
  179. "titleNView": false
  180. },
  181. // #endif
  182. "navigationBarBackgroundColor": "#457DBF",
  183. "navigationBarTextStyle": "white",
  184. "navigationBarTitleText": "结业证书"
  185. }
  186. },
  187. // form/tovolApplyDemo
  188. {
  189. "path": "pages/form/tovolApplyDemo",
  190. "style": {
  191. // #ifndef MP
  192. "app-plus": {
  193. "titleNView": false
  194. },
  195. // #endif
  196. "navigationBarBackgroundColor": "#457DBF",
  197. "navigationBarTextStyle": "white",
  198. "navigationBarTitleText": "志愿者登记"
  199. }
  200. },
  201. {
  202. "path": "pages/form/myDonate",
  203. "style": {
  204. // #ifndef MP
  205. "app-plus": {
  206. "titleNView": false
  207. },
  208. // #endif
  209. "navigationBarBackgroundColor": "#457DBF",
  210. "navigationBarTextStyle": "white",
  211. "navigationBarTitleText": "我的捐款"
  212. }
  213. },
  214. // teamSign perSign donateLove donateList myDonate
  215. {
  216. "path": "pages/applic/teamSign",
  217. "style": {
  218. // #ifndef MP
  219. "app-plus": {
  220. "titleNView": "团队报名"
  221. },
  222. // #endif
  223. "navigationBarBackgroundColor": "white",
  224. "navigationBarTextStyle": "black",
  225. "navigationBarTitleText": "团队报名"
  226. }
  227. },
  228. {
  229. "path": "pages/applic/perSign",
  230. "style": {
  231. // #ifndef MP
  232. "app-plus": {
  233. "titleNView": "个人报名"
  234. },
  235. // #endif
  236. "navigationBarBackgroundColor": "white",
  237. "navigationBarTextStyle": "black",
  238. "navigationBarTitleText": "个人报名"
  239. }
  240. },
  241. {
  242. "path": "pages/applic/location",
  243. "style": {
  244. // #ifndef MP
  245. "app-plus": {
  246. "titleNView": "救在身边系统"
  247. },
  248. // #endif
  249. "navigationBarBackgroundColor": "white",
  250. "navigationBarTextStyle": "black",
  251. "navigationBarTitleText": "救在身边系统"
  252. }
  253. },
  254. {
  255. "path": "pages/applic/tocontrilist",
  256. "style": {
  257. // #ifndef MP
  258. "app-plus": {
  259. "titleNView": false
  260. },
  261. // #endif
  262. "navigationBarTitleText": "通山县红十字会"
  263. }
  264. },
  265. {
  266. "path": "pages/applic/applicList",
  267. "style": {
  268. // #ifndef MP
  269. "app-plus": {
  270. "titleNView": false
  271. },
  272. // #endif
  273. "navigationBarTitleText": "我要报名"
  274. }
  275. },
  276. {
  277. "path": "pages/form/tovolApply",
  278. "style": {
  279. // #ifndef MP
  280. "app-plus": {
  281. "titleNView": "红十字志愿者"
  282. },
  283. // #endif
  284. "navigationBarBackgroundColor": "red",
  285. "navigationBarTextStyle": "white",
  286. "navigationBarTitleText": "志愿者登记"
  287. }
  288. },
  289. {
  290. "path": "pages/form/demo",
  291. "style": {
  292. // #ifndef MP
  293. "app-plus": {
  294. "titleNView": false
  295. },
  296. // #endif
  297. "navigationBarBackgroundColor": "#457DBF",
  298. "navigationBarTextStyle": "white",
  299. "navigationBarTitleText": "画布demo"
  300. }
  301. },
  302. {
  303. "path": "pages/form/applicationForm",
  304. "style": {
  305. // #ifndef MP
  306. "app-plus": {
  307. "titleNView":"申请登记表"
  308. },
  309. // #endif
  310. "navigationBarBackgroundColor": "red",
  311. "navigationBarTextStyle": "white",
  312. "navigationBarTitleText": "申请登记表"
  313. }
  314. },
  315. {
  316. "path": "pages/cart/cart",
  317. "style": {
  318. // #ifndef MP
  319. "app-plus": {
  320. "titleNView": "培训报名"
  321. },
  322. // #endif
  323. "navigationBarTitleText": "培训报名"
  324. }
  325. },
  326. {
  327. "path": "pages/cart/personal",
  328. "style": {
  329. // #ifndef MP
  330. "app-plus": {
  331. "titleNView": false
  332. },
  333. // #endif
  334. "navigationBarTitleText": "个人会员报名"
  335. }
  336. },
  337. {
  338. "path": "pages/cart/group",
  339. "style": {
  340. // #ifndef MP
  341. "app-plus": {
  342. "titleNView": "团队会员报名"
  343. },
  344. // #endif
  345. "navigationBarTitleText": "团体会员报名"
  346. }
  347. },
  348. {
  349. "path": "pages/applic/chooseAddress",
  350. "style": {
  351. // #ifndef MP
  352. "app-plus": {
  353. "titleNView": false
  354. },
  355. // #endif
  356. "navigationBarTitleText": "常用地址"
  357. }
  358. },
  359. {
  360. "path": "pages/loverecord/loverecord",
  361. "style": {
  362. // #ifndef MP
  363. "app-plus": {
  364. "titleNView": false
  365. },
  366. // #endif
  367. "navigationBarBackgroundColor": "#457DBF",
  368. "navigationBarTextStyle": "white",
  369. "navigationBarTitleText": "爱心记录"
  370. }
  371. },
  372. {
  373. "path": "pages/joinSuc/joinSuc",
  374. "style": {
  375. // #ifndef MP
  376. "app-plus": {
  377. "titleNView": false
  378. },
  379. // #endif
  380. "navigationBarBackgroundColor": "#457DBF",
  381. "navigationBarTextStyle": "white",
  382. "navigationBarTitleText": "报名成功"
  383. }
  384. },
  385. {
  386. "path": "pages/joinSuc/joinsuccess",
  387. "style": {
  388. // #ifndef MP
  389. "app-plus": {
  390. "titleNView": false
  391. },
  392. // #endif
  393. "navigationBarBackgroundColor": "#457DBF",
  394. "navigationBarTextStyle": "white",
  395. "navigationBarTitleText": "报名成功"
  396. }
  397. },
  398. {
  399. "path": "pages/joinSuc/joinNow",
  400. "style": {
  401. // #ifndef MP
  402. "app-plus": {
  403. "titleNView": false
  404. },
  405. // #endif
  406. "navigationBarBackgroundColor": "#457DBF",
  407. "navigationBarTextStyle": "white",
  408. "navigationBarTitleText": "报名成功"
  409. }
  410. },
  411. {
  412. "path": "pages/applic/tohelpActi",
  413. "style": {
  414. // #ifndef MP
  415. "app-plus": {
  416. "titleNView": false
  417. },
  418. // #endif
  419. "navigationBarBackgroundColor": "#457DBF",
  420. "navigationBarTextStyle": "white",
  421. "navigationBarTitleText": "人道救助"
  422. }
  423. },
  424. {
  425. "path": "pages/applic/toOrgan",
  426. "style": {
  427. // #ifndef MP
  428. "app-plus": {
  429. "titleNView": false
  430. },
  431. // #endif
  432. "navigationBarBackgroundColor": "#457DBF",
  433. "navigationBarTextStyle": "white",
  434. "navigationBarTitleText": "器官捐献"
  435. }
  436. },
  437. {
  438. "path": "pages/applic/appliSystem",
  439. "style": {
  440. // #ifndef MP
  441. "app-plus": {
  442. "titleNView": false
  443. },
  444. // #endif
  445. "navigationBarBackgroundColor": "#457DBF",
  446. "navigationBarTextStyle": "white",
  447. "navigationBarTitleText": "造血干细胞捐献"
  448. }
  449. },
  450. {
  451. "path": "pages/applic/toknowledge",
  452. "style": {
  453. // #ifndef MP
  454. "app-plus": {
  455. "titleNView": false
  456. },
  457. // #endif
  458. "navigationBarBackgroundColor": "#457DBF",
  459. "navigationBarTextStyle": "white",
  460. "navigationBarTitleText": "造血干细胞-相关知识"
  461. }
  462. },
  463. {
  464. "path": "pages/applic/applic",
  465. "style": {
  466. // #ifndef MP
  467. "app-plus": {
  468. "titleNView": false
  469. },
  470. // #endif
  471. "navigationBarBackgroundColor": "#457DBF",
  472. "navigationBarTextStyle": "white",
  473. "navigationBarTitleText": "造血干细胞捐献"
  474. }
  475. },
  476. {
  477. "path": "pages/applic/contribution",
  478. "style": {
  479. // #ifndef MP
  480. "app-plus": {
  481. "titleNView": false
  482. },
  483. // #endif
  484. "navigationBarBackgroundColor": "#457DBF",
  485. "navigationBarTextStyle": "white",
  486. "navigationBarTitleText": "爱心捐款"
  487. }
  488. },
  489. {
  490. "path": "pages/applic/register",
  491. "style": {
  492. // #ifndef MP
  493. "app-plus": {
  494. "titleNView": false
  495. },
  496. // #endif
  497. "navigationBarBackgroundColor": "#457DBF",
  498. "navigationBarTextStyle": "white",
  499. "navigationBarTitleText": "身份注册"
  500. }
  501. },
  502. {
  503. "path": "pages/applic/science",
  504. "style": {
  505. // #ifndef MP
  506. "app-plus": {
  507. "titleNView": false
  508. },
  509. // #endif
  510. "navigationBarBackgroundColor": "#457DBF",
  511. "navigationBarTextStyle": "white",
  512. "navigationBarTitleText": "红会科普"
  513. }
  514. },
  515. {
  516. "path": "pages/applic/cause",
  517. "style": {
  518. "navigationBarBackgroundColor": "#fff",
  519. "navigationBarTextStyle": "black",
  520. "navigationBarTitleText": "红会事业"
  521. }
  522. },
  523. {
  524. "path": "pages/category/category",
  525. "style": {
  526. // #ifndef MP
  527. "app-plus": {
  528. "titleNView": false
  529. },
  530. // #endif
  531. "navigationBarTitleText": "救护员招募"
  532. }
  533. },
  534. {
  535. "path": "pages/joinSuc/joinNow",
  536. "style": {
  537. "navigationBarTitleText": "报名成功"
  538. }
  539. },
  540. {
  541. "path": "pages/user/user",
  542. "style": {
  543. // #ifndef MP
  544. "app-plus": {
  545. "titleNView": false
  546. },
  547. // #endif
  548. "navigationBarTitleText": "我的"
  549. }
  550. },
  551. {
  552. "path": "pages/user/jkjl",
  553. "style": {
  554. // #ifndef MP
  555. "app-plus": {
  556. "titleNView": false
  557. },
  558. // #endif
  559. "navigationBarTitleText": "捐款记录"
  560. }
  561. },
  562. {
  563. "path": "pages/user/jkjl",
  564. "style": {
  565. // #ifndef MP
  566. "app-plus": {
  567. "titleNView": false
  568. },
  569. // #endif
  570. "navigationBarTitleText": "捐款记录"
  571. }
  572. },
  573. {
  574. "path": "pages/user/userSet",
  575. "style": {
  576. // #ifndef MP
  577. "app-plus": {
  578. "titleNView": false
  579. },
  580. // #endif
  581. "navigationBarTitleText": "用户设置"
  582. }
  583. },
  584. {
  585. "path": "pages/category/search",
  586. "style": {
  587. // #ifndef MP
  588. "app-plus": {
  589. "titleNView": false
  590. },
  591. // #endif
  592. "navigationBarTitleText": "搜索"
  593. }
  594. },
  595. {
  596. "path": "pages/applic/applic",
  597. "style": {
  598. // #ifndef MP
  599. "app-plus": {
  600. "titleNView": false
  601. },
  602. // #endif
  603. "navigationBarBackgroundColor": "#457DBF",
  604. "navigationBarTextStyle": "white",
  605. "navigationBarTitleText": "造血干细胞捐献"
  606. }
  607. },
  608. {
  609. "path": "pages/applic/contribution",
  610. "style": {
  611. // #ifndef MP
  612. "app-plus": {
  613. "titleNView": false
  614. },
  615. // #endif
  616. "navigationBarBackgroundColor": "#457DBF",
  617. "navigationBarTextStyle": "white",
  618. "navigationBarTitleText": "爱心捐赠"
  619. }
  620. },
  621. {
  622. "path": "pages/applic/register",
  623. "style": {
  624. // #ifndef MP
  625. "app-plus": {
  626. "titleNView": false
  627. },
  628. // #endif
  629. "navigationBarBackgroundColor": "#457DBF",
  630. "navigationBarTextStyle": "white",
  631. "navigationBarTitleText": "身份注册"
  632. }
  633. },
  634. {
  635. "path": "pages/applic/science",
  636. "style": {
  637. // #ifndef MP
  638. "app-plus": {
  639. "titleNView": false
  640. },
  641. // #endif
  642. "navigationBarBackgroundColor": "#457DBF",
  643. "navigationBarTextStyle": "white",
  644. "navigationBarTitleText": "红会科普"
  645. }
  646. },
  647. {
  648. "path": "pages/applic/rescuerecords",
  649. "style": {
  650. // #ifndef MP
  651. "app-plus": {
  652. "titleNView": false
  653. },
  654. // #endif
  655. "navigationBarBackgroundColor": "#457DBF",
  656. "navigationBarTextStyle": "white",
  657. "navigationBarTitleText": "救援记录"
  658. }
  659. },
  660. // commonaddress
  661. {
  662. "path": "pages/applic/commonaddress",
  663. "style": {
  664. // #ifndef MP
  665. "app-plus": {
  666. "titleNView": false
  667. },
  668. // #endif
  669. "navigationBarBackgroundColor": "#457DBF",
  670. "navigationBarTextStyle": "white",
  671. "navigationBarTitleText": "常用地址"
  672. }
  673. },
  674. {
  675. "path": "pages/applic/helprecords",
  676. "style": {
  677. // #ifndef MP
  678. "app-plus": {
  679. "titleNView": false
  680. },
  681. // #endif
  682. "navigationBarBackgroundColor": "#457DBF",
  683. "navigationBarTextStyle": "white",
  684. "navigationBarTitleText": "求救记录"
  685. }
  686. },
  687. {
  688. "path": "pages/applic/info",
  689. "style": {
  690. // #ifndef MP
  691. "app-plus": {
  692. "titleNView": false
  693. },
  694. // #endif
  695. "navigationBarBackgroundColor": "#457DBF",
  696. "navigationBarTextStyle": "white",
  697. "navigationBarTitleText": "详情"
  698. }
  699. },
  700. {
  701. "path": "pages/login/login",
  702. "style": {
  703. "app-plus": {
  704. "titleNView": false
  705. }
  706. }
  707. },
  708. {
  709. "path": "pages/redirect/redirect",
  710. "style": {
  711. "navigationBarTitleText": "微信登录跳转页面",
  712. "app-plus": {
  713. "titleNView": false
  714. }
  715. }
  716. },
  717. {
  718. "path": "pages/login/register",
  719. "style": {
  720. "navigationBarTitleText": "注册",
  721. "app-plus": {
  722. "titleNView": {
  723. "type": "transparent"
  724. }
  725. }
  726. }
  727. },
  728. {
  729. "path": "pages/train/index",
  730. "style": {
  731. "navigationBarTitleText": "培训报名",
  732. "app-plus": {
  733. "titleNView": {
  734. "type": "transparent",
  735. "navigationBarTitleText": "培训报名"
  736. }
  737. }
  738. }
  739. },
  740. {
  741. "path": "pages/train/sign",
  742. "style": {
  743. "navigationBarTitleText": "报名",
  744. "app-plus": {
  745. "titleNView": {
  746. "type": "transparent"
  747. }
  748. }
  749. }
  750. },
  751. {
  752. "path": "pages/public/wxLogin",
  753. "style": {
  754. "navigationBarTitleText": "微信登录",
  755. "app-plus": {
  756. "titleNView": {
  757. "type": "transparent"
  758. }
  759. }
  760. }
  761. },
  762. {
  763. "path": "pages/applic/love",
  764. "style": {
  765. // #ifndef MP
  766. "app-plus": {
  767. "titleNView": false
  768. },
  769. // #endif
  770. "navigationBarTitleText": "爱心捐款"
  771. }
  772. },
  773. {
  774. "path": "pages/applic/other",
  775. "style": {
  776. // #ifndef MP
  777. "app-plus": {
  778. "titleNView": false
  779. },
  780. // #endif
  781. "navigationBarTitleText": "爱心捐款"
  782. }
  783. },
  784. {
  785. "path": "pages/user/thank",
  786. "style": {
  787. // #ifndef MP
  788. "app-plus": {
  789. "titleNView": false
  790. },
  791. // #endif
  792. "navigationBarTitleText": "捐赠证书"
  793. }
  794. },
  795. {
  796. "path": "pages/share/card",
  797. "style": {
  798. "navigationBarTitleText": "电子名片",
  799. "navigationStyle": "custom"
  800. }
  801. }
  802. ],
  803. "globalStyle": {
  804. "navigationBarTextStyle": "black",
  805. "navigationBarTitleText": "通山县红十字会",
  806. "navigationBarBackgroundColor": "#FFFFFF",
  807. "backgroundColor": "#F8F8F8"
  808. },
  809. "tabBar": {
  810. "selectedColor": "#FF727E",
  811. "borderStyle": "black",
  812. "backgroundColor": "#ffffff",
  813. "list": [{
  814. "pagePath": "pages/index/index",
  815. "iconPath": "static/tabBar/home.png",
  816. "selectedIconPath": "static/tabBar/home-action.png",
  817. "text": "首页"
  818. },
  819. {
  820. "pagePath": "pages/user/user",
  821. "iconPath": "static/tabBar/user.png",
  822. "selectedIconPath": "static/tabBar/user-action.png",
  823. "text": "我的"
  824. }
  825. ]
  826. }
  827. }