pages.json 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/wealth/index",
  5. "style": {
  6. "navigationBarTitleText": "富"
  7. }
  8. },
  9. {
  10. "path": "pages/profile/index",
  11. "style": {
  12. "navigationBarTitleText": "我的"
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationBarTitleText": "首页"
  19. }
  20. },
  21. {
  22. "path": "pages/index/child-index",
  23. "style": {
  24. "navigationBarTitleText": "首页"
  25. }
  26. },
  27. {
  28. "path": "pages/index/parent-index",
  29. "style": {
  30. "navigationBarTitleText": "首页",
  31. "enablePullDownRefresh": true
  32. }
  33. },
  34. {
  35. "path": "pages/mind/index",
  36. "style": {
  37. "navigationBarTitleText": "心"
  38. }
  39. },
  40. {
  41. "path": "pages/body/index",
  42. "style": {
  43. "navigationBarTitleText": "身"
  44. }
  45. },
  46. {
  47. "path": "pages/wisdom/index",
  48. "style": {
  49. "navigationBarTitleText": "智"
  50. }
  51. },
  52. {
  53. "path": "pages/profile/profile",
  54. "style": {
  55. "navigationBarTitleText": "我的"
  56. }
  57. },
  58. {
  59. "path": "pages/login/login",
  60. "style": {
  61. "navigationBarTitleText": "登录",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/policy/agreement",
  67. "style": {
  68. "navigationBarTitleText": "用户协议"
  69. }
  70. },
  71. {
  72. "path": "pages/policy/privacy",
  73. "style": {
  74. "navigationBarTitleText": "隐私政策"
  75. }
  76. },
  77. {
  78. "path": "pages/user-edit/user-edit",
  79. "style": {
  80. "navigationBarTitleText": "完善信息"
  81. }
  82. },
  83. {
  84. "path": "pages/discover/index",
  85. "style": {
  86. "navigationBarTitleText": "发现"
  87. }
  88. },
  89. {
  90. "path": "pages/action/index",
  91. "style": {
  92. "navigationBarTitleText": "行动"
  93. }
  94. },
  95. {
  96. "path": "pages/index/member-home-detail",
  97. "style": {
  98. "navigationBarTitleText": "成员详情",
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/member-detail/member-detail",
  104. "style": {
  105. "navigationBarTitleText": "成员详情",
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "pages/profile/create-child",
  111. "style": {
  112. "navigationBarTitleText": "添加孩子"
  113. }
  114. },
  115. {
  116. "path": "pages/profile/children",
  117. "style": {
  118. "navigationBarTitleText": "孩子管理"
  119. }
  120. },
  121. {
  122. "path": "pages/profile/edit-child",
  123. "style": {
  124. "navigationBarTitleText": "编辑孩子"
  125. }
  126. },
  127. {
  128. "path": "pages/profile/family-members",
  129. "style": {
  130. "navigationBarTitleText": "家庭成员"
  131. }
  132. },
  133. {
  134. "path": "pages/profile/onboarding",
  135. "style": {
  136. "navigationBarTitleText": "新手任务"
  137. }
  138. },
  139. {
  140. "path": "pages/profile/coupons",
  141. "style": {
  142. "navigationBarTitleText": "我的优惠券"
  143. }
  144. },
  145. {
  146. "path": "pages/mind/articles",
  147. "style": {
  148. "navigationBarTitleText": "心智成长",
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "pages/tianpan/index",
  154. "style": {
  155. "navigationBarTitleText": "家庭天盘",
  156. "navigationStyle": "custom"
  157. }
  158. },
  159. {
  160. "path": "pages/tianpan/member-detail",
  161. "style": {
  162. "navigationBarTitleText": "成员详情",
  163. "navigationStyle": "custom"
  164. }
  165. },
  166. {
  167. "path": "pages/tianpan/relation-detail",
  168. "style": {
  169. "navigationBarTitleText": "关系详情",
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path": "pages/tianpan/annual-energy",
  175. "style": {
  176. "navigationBarTitleText": "年度能量",
  177. "navigationStyle": "custom"
  178. }
  179. },
  180. {
  181. "path": "pages/tianpan/daily-fortune",
  182. "style": {
  183. "navigationBarTitleText": "每日运势",
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. {
  188. "path": "pages/tianpan/related-items",
  189. "style": {
  190. "navigationBarTitleText": "相关事项",
  191. "navigationStyle": "custom"
  192. }
  193. }
  194. ],
  195. "subPackages": [
  196. {
  197. "root": "pages/teacher",
  198. "pages": [
  199. {
  200. "path": "index",
  201. "style": {
  202. "navigationBarTitleText": "成长规划师中心"
  203. }
  204. },
  205. {
  206. "path": "families",
  207. "style": {
  208. "navigationBarTitleText": "我的家庭"
  209. }
  210. },
  211. {
  212. "path": "team",
  213. "style": {
  214. "navigationBarTitleText": "我的团队"
  215. }
  216. },
  217. {
  218. "path": "messages",
  219. "style": {
  220. "navigationBarTitleText": "消息中心"
  221. }
  222. },
  223. {
  224. "path": "orders",
  225. "style": {
  226. "navigationBarTitleText": "订单与佣金"
  227. }
  228. },
  229. {
  230. "path": "chat",
  231. "style": {
  232. "navigationBarTitleText": "聊天"
  233. }
  234. },
  235. {
  236. "path": "teacher-profile",
  237. "style": {
  238. "navigationBarTitleText": "我的"
  239. }
  240. }
  241. ]
  242. },
  243. {
  244. "root": "pages/guide",
  245. "pages": [
  246. {
  247. "path": "packages/index",
  248. "style": {
  249. "navigationBarTitleText": "我的套餐"
  250. }
  251. },
  252. {
  253. "path": "packages/create",
  254. "style": {
  255. "navigationBarTitleText": "创建套餐"
  256. }
  257. },
  258. {
  259. "path": "packages/detail",
  260. "style": {
  261. "navigationBarTitleText": "套餐详情"
  262. }
  263. },
  264. {
  265. "path": "packages/share",
  266. "style": {
  267. "navigationBarTitleText": "分享套餐"
  268. }
  269. },
  270. {
  271. "path": "bind/invite",
  272. "style": {
  273. "navigationBarTitleText": "绑定成长规划师"
  274. }
  275. },
  276. {
  277. "path": "register/index",
  278. "style": {
  279. "navigationBarTitleText": "成为成长规划师"
  280. }
  281. },
  282. {
  283. "path": "invite/share",
  284. "style": {
  285. "navigationBarTitleText": "邀请分享"
  286. }
  287. },
  288. {
  289. "path": "hierarchy/index",
  290. "style": {
  291. "navigationBarTitleText": "下级成长规划师"
  292. }
  293. },
  294. {
  295. "path": "training-plans/index",
  296. "style": {
  297. "navigationBarTitleText": "训练方案"
  298. }
  299. },
  300. {
  301. "path": "training-plans/detail",
  302. "style": {
  303. "navigationBarTitleText": "方案详情"
  304. }
  305. },
  306. {
  307. "path": "activities/index",
  308. "style": {
  309. "navigationBarTitleText": "活动管理"
  310. }
  311. },
  312. {
  313. "path": "activities/detail",
  314. "style": {
  315. "navigationBarTitleText": "活动详情"
  316. }
  317. },
  318. {
  319. "path": "plans/index",
  320. "style": {
  321. "navigationBarTitleText": "测评方案审核"
  322. }
  323. },
  324. {
  325. "path": "plans/detail",
  326. "style": {
  327. "navigationBarTitleText": "方案详情"
  328. }
  329. }
  330. ]
  331. },
  332. {
  333. "root": "pages/parent",
  334. "pages": [
  335. {
  336. "path": "market/index",
  337. "style": {
  338. "navigationBarTitleText": "套餐市场"
  339. }
  340. },
  341. {
  342. "path": "market/detail",
  343. "style": {
  344. "navigationBarTitleText": "套餐详情"
  345. }
  346. },
  347. {
  348. "path": "plans/index",
  349. "style": {
  350. "navigationBarTitleText": "我的计划"
  351. }
  352. },
  353. {
  354. "path": "plans/detail",
  355. "style": {
  356. "navigationBarTitleText": "计划详情"
  357. }
  358. },
  359. {
  360. "path": "wishes/index",
  361. "style": {
  362. "navigationBarTitleText": "心愿管理"
  363. }
  364. },
  365. {
  366. "path": "child-detail",
  367. "style": {
  368. "navigationBarTitleText": "孩子详情"
  369. }
  370. },
  371. {
  372. "path": "invite/index",
  373. "style": {
  374. "navigationBarTitleText": "邀请加入"
  375. }
  376. }
  377. ]
  378. },
  379. {
  380. "root": "pages/child",
  381. "pages": [
  382. {
  383. "path": "tasks",
  384. "style": {
  385. "navigationBarTitleText": "孩子任务"
  386. }
  387. },
  388. {
  389. "path": "rewards",
  390. "style": {
  391. "navigationBarTitleText": "孩子心愿单"
  392. }
  393. }
  394. ]
  395. },
  396. {
  397. "root": "pages/tasks",
  398. "pages": [
  399. {
  400. "path": "tasks",
  401. "style": {
  402. "navigationBarTitleText": "任务列表"
  403. }
  404. },
  405. {
  406. "path": "create-task",
  407. "style": {
  408. "navigationBarTitleText": "添加任务"
  409. }
  410. },
  411. {
  412. "path": "review",
  413. "style": {
  414. "navigationBarTitleText": "审核任务"
  415. }
  416. },
  417. {
  418. "path": "daily-tasks",
  419. "style": {
  420. "navigationBarTitleText": "每日任务"
  421. }
  422. }
  423. ]
  424. },
  425. {
  426. "root": "pages/wishes",
  427. "pages": [
  428. {
  429. "path": "index",
  430. "style": {
  431. "navigationBarTitleText": "我的心愿"
  432. }
  433. },
  434. {
  435. "path": "create",
  436. "style": {
  437. "navigationBarTitleText": "添加心愿"
  438. }
  439. },
  440. {
  441. "path": "detail",
  442. "style": {
  443. "navigationBarTitleText": "心愿详情"
  444. }
  445. }
  446. ]
  447. },
  448. {
  449. "root": "pages/rewards",
  450. "pages": [
  451. {
  452. "path": "rewards",
  453. "style": {
  454. "navigationBarTitleText": "心愿单"
  455. }
  456. },
  457. {
  458. "path": "badge",
  459. "style": {
  460. "navigationBarTitleText": "勋章墙"
  461. }
  462. }
  463. ]
  464. },
  465. {
  466. "root": "pages/games",
  467. "pages": [
  468. {
  469. "path": "list",
  470. "style": {
  471. "navigationBarTitleText": "小游戏"
  472. }
  473. },
  474. {
  475. "path": "schulte",
  476. "style": {
  477. "navigationBarTitleText": "舒尔特方格"
  478. }
  479. },
  480. {
  481. "path": "1a2b",
  482. "style": {
  483. "navigationBarTitleText": "猜数字"
  484. }
  485. },
  486. {
  487. "path": "sudoku",
  488. "style": {
  489. "navigationBarTitleText": "数独"
  490. }
  491. },
  492. {
  493. "path": "records",
  494. "style": {
  495. "navigationBarTitleText": "训练记录"
  496. }
  497. },
  498. {
  499. "path": "stats",
  500. "style": {
  501. "navigationBarTitleText": "训练统计"
  502. }
  503. }
  504. ]
  505. },
  506. {
  507. "root": "pages/assessment",
  508. "pages": [
  509. {
  510. "path": "apply",
  511. "style": {
  512. "navigationBarTitleText": "申请测评"
  513. }
  514. },
  515. {
  516. "path": "results",
  517. "style": {
  518. "navigationBarTitleText": "测评报告"
  519. }
  520. },
  521. {
  522. "path": "purchase",
  523. "style": {
  524. "navigationBarTitleText": "购买测评"
  525. }
  526. },
  527. {
  528. "path": "quota",
  529. "style": {
  530. "navigationBarTitleText": "我的测评额度"
  531. }
  532. },
  533. {
  534. "path": "upload-report",
  535. "style": {
  536. "navigationBarTitleText": "上传测评报告"
  537. }
  538. }
  539. ]
  540. },
  541. {
  542. "root": "pages/growth",
  543. "pages": [
  544. {
  545. "path": "index",
  546. "style": {
  547. "navigationBarTitleText": "成长档案"
  548. }
  549. },
  550. {
  551. "path": "create",
  552. "style": {
  553. "navigationBarTitleText": "创建成长档案"
  554. }
  555. },
  556. {
  557. "path": "detail",
  558. "style": {
  559. "navigationBarTitleText": "档案详情"
  560. }
  561. },
  562. {
  563. "path": "assessment-result",
  564. "style": {
  565. "navigationBarTitleText": "测评报告"
  566. }
  567. },
  568. {
  569. "path": "upload",
  570. "style": {
  571. "navigationBarTitleText": "上传测评报告"
  572. }
  573. },
  574. {
  575. "path": "supplement",
  576. "style": {
  577. "navigationBarTitleText": "补充测评材料"
  578. }
  579. }
  580. ]
  581. },
  582. {
  583. "root": "pages/shop",
  584. "pages": [
  585. {
  586. "path": "index/index",
  587. "style": {
  588. "navigationBarTitleText": "商品首页"
  589. }
  590. },
  591. {
  592. "path": "order-list/order-list",
  593. "style": {
  594. "navigationBarTitleText": "我的订单"
  595. }
  596. },
  597. {
  598. "path": "order-detail/order-detail",
  599. "style": {
  600. "navigationBarTitleText": "订单详情"
  601. }
  602. },
  603. {
  604. "path": "cart/cart",
  605. "style": {
  606. "navigationBarTitleText": "购物车"
  607. }
  608. },
  609. {
  610. "path": "checkout/checkout",
  611. "style": {
  612. "navigationBarTitleText": "确认订单"
  613. }
  614. },
  615. {
  616. "path": "payment/payment",
  617. "style": {
  618. "navigationBarTitleText": "支付订单"
  619. }
  620. },
  621. {
  622. "path": "logistics/logistics",
  623. "style": {
  624. "navigationBarTitleText": "物流跟踪"
  625. }
  626. },
  627. {
  628. "path": "address/address",
  629. "style": {
  630. "navigationBarTitleText": "收货地址"
  631. }
  632. },
  633. {
  634. "path": "address-edit/address-edit",
  635. "style": {
  636. "navigationBarTitleText": "编辑地址"
  637. }
  638. },
  639. {
  640. "path": "consignee-list/consignee-list",
  641. "style": {
  642. "navigationBarTitleText": "收货人管理"
  643. }
  644. },
  645. {
  646. "path": "consignee-edit/consignee-edit",
  647. "style": {
  648. "navigationBarTitleText": "编辑收货人"
  649. }
  650. },
  651. {
  652. "path": "detail/detail",
  653. "style": {
  654. "navigationBarTitleText": "商品详情"
  655. }
  656. },
  657. {
  658. "path": "after-sales/after-sales",
  659. "style": {
  660. "navigationBarTitleText": "售后记录"
  661. }
  662. },
  663. {
  664. "path": "after-sales-detail/after-sales-detail",
  665. "style": {
  666. "navigationBarTitleText": "售后详情"
  667. }
  668. },
  669. {
  670. "path": "after-sales-apply/after-sales-apply",
  671. "style": {
  672. "navigationBarTitleText": "申请售后"
  673. }
  674. }
  675. ]
  676. },
  677. {
  678. "root": "pages/vendor",
  679. "pages": [
  680. {
  681. "path": "apply",
  682. "style": {
  683. "navigationBarTitleText": "服务商入驻"
  684. }
  685. },
  686. {
  687. "path": "center",
  688. "style": {
  689. "navigationBarTitleText": "服务商中心"
  690. }
  691. },
  692. {
  693. "path": "products/products",
  694. "style": {
  695. "navigationBarTitleText": "商品管理"
  696. }
  697. },
  698. {
  699. "path": "orders/orders",
  700. "style": {
  701. "navigationBarTitleText": "订单管理"
  702. }
  703. },
  704. {
  705. "path": "product-edit/product-edit",
  706. "style": {
  707. "navigationBarTitleText": "发布商品"
  708. }
  709. }
  710. ]
  711. },
  712. {
  713. "root": "pages/stats",
  714. "pages": [
  715. {
  716. "path": "completion-rate",
  717. "style": {
  718. "navigationBarTitleText": "任务完成率",
  719. "navigationStyle": "custom"
  720. }
  721. },
  722. {
  723. "path": "index",
  724. "style": {
  725. "navigationBarTitleText": "数据统计"
  726. }
  727. }
  728. ]
  729. },
  730. {
  731. "root": "pages/promotion",
  732. "pages": [
  733. {
  734. "path": "index",
  735. "style": {
  736. "navigationBarTitleText": "财富中心"
  737. }
  738. },
  739. {
  740. "path": "commission",
  741. "style": {
  742. "navigationBarTitleText": "佣金明细"
  743. }
  744. },
  745. {
  746. "path": "withdraw",
  747. "style": {
  748. "navigationBarTitleText": "提现"
  749. }
  750. },
  751. {
  752. "path": "invite",
  753. "style": {
  754. "navigationBarTitleText": "邀请好友"
  755. }
  756. },
  757. {
  758. "path": "team",
  759. "style": {
  760. "navigationBarTitleText": "推广团队"
  761. }
  762. },
  763. {
  764. "path": "leaderboard",
  765. "style": {
  766. "navigationBarTitleText": "推广排行榜",
  767. "enablePullDownRefresh": true
  768. }
  769. },
  770. {
  771. "path": "material",
  772. "style": {
  773. "navigationBarTitleText": "推广素材"
  774. }
  775. }
  776. ]
  777. },
  778. {
  779. "root": "pages/energy",
  780. "pages": [
  781. {
  782. "path": "detail",
  783. "style": {
  784. "navigationBarTitleText": "维度能量详情"
  785. }
  786. }
  787. ]
  788. },
  789. {
  790. "root": "pages/membership",
  791. "pages": [
  792. {
  793. "path": "benefits",
  794. "style": {
  795. "navigationBarTitleText": "我的权益"
  796. }
  797. },
  798. {
  799. "path": "plans",
  800. "style": {
  801. "navigationBarTitleText": "一生一世会员"
  802. }
  803. },
  804. {
  805. "path": "upgrade",
  806. "style": {
  807. "navigationBarTitleText": "开通会员"
  808. }
  809. }
  810. ]
  811. },
  812. {
  813. "root": "pages/points",
  814. "pages": [
  815. {
  816. "path": "mall",
  817. "style": {
  818. "navigationBarTitleText": "积分商城"
  819. }
  820. }
  821. ]
  822. },
  823. {
  824. "root": "pages/wealth",
  825. "pages": [
  826. {
  827. "path": "checkin",
  828. "style": {
  829. "navigationBarTitleText": "财商打卡"
  830. }
  831. },
  832. {
  833. "path": "insurance-list",
  834. "style": {
  835. "navigationBarTitleText": "保单管理"
  836. }
  837. },
  838. {
  839. "path": "insurance-add",
  840. "style": {
  841. "navigationBarTitleText": "新增保单"
  842. }
  843. }
  844. ]
  845. },
  846. {
  847. "root": "pages/meal",
  848. "pages": [
  849. {
  850. "path": "recommend",
  851. "style": {
  852. "navigationBarTitleText": "智能食谱推荐"
  853. }
  854. },
  855. {
  856. "path": "log",
  857. "style": {
  858. "navigationBarTitleText": "饮食记录"
  859. }
  860. },
  861. {
  862. "path": "recipe-detail",
  863. "style": {
  864. "navigationBarTitleText": "食谱详情"
  865. }
  866. },
  867. {
  868. "path": "preference",
  869. "style": {
  870. "navigationBarTitleText": "饮食偏好设置"
  871. }
  872. }
  873. ]
  874. },
  875. {
  876. "root": "pages/health",
  877. "pages": [
  878. {
  879. "path": "report-upload",
  880. "style": {
  881. "navigationBarTitleText": "上传健康报告"
  882. }
  883. },
  884. {
  885. "path": "report-confirm",
  886. "style": {
  887. "navigationBarTitleText": "确认健康报告",
  888. "navigationStyle": "custom"
  889. }
  890. },
  891. {
  892. "path": "report-survey",
  893. "style": {
  894. "navigationBarTitleText": "健康调研问卷"
  895. }
  896. },
  897. {
  898. "path": "report-list",
  899. "style": {
  900. "navigationBarTitleText": "健康报告"
  901. }
  902. },
  903. {
  904. "path": "nutrition-profile",
  905. "style": {
  906. "navigationBarTitleText": "营养档案"
  907. }
  908. },
  909. {
  910. "path": "tongue-index",
  911. "style": {
  912. "navigationBarTitleText": "舌诊分析"
  913. }
  914. },
  915. {
  916. "path": "exercise-index",
  917. "style": {
  918. "navigationBarTitleText": "运动"
  919. }
  920. },
  921. {
  922. "path": "diet-index",
  923. "style": {
  924. "navigationBarTitleText": "饮食"
  925. }
  926. },
  927. {
  928. "path": "sleep-index",
  929. "style": {
  930. "navigationBarTitleText": "作息"
  931. }
  932. },
  933. {
  934. "path": "meditation-index",
  935. "style": {
  936. "navigationBarTitleText": "冥想"
  937. }
  938. }
  939. ]
  940. },
  941. {
  942. "root": "pages/body-detail",
  943. "pages": [
  944. {
  945. "path": "health-report",
  946. "style": {
  947. "navigationBarTitleText": "健康报告详情"
  948. }
  949. },
  950. {
  951. "path": "health-dimensions",
  952. "style": {
  953. "navigationBarTitleText": "健康维度全景"
  954. }
  955. },
  956. {
  957. "path": "checkin",
  958. "style": {
  959. "navigationBarTitleText": "健康打卡"
  960. }
  961. },
  962. {
  963. "path": "dimension-questionnaire",
  964. "style": {
  965. "navigationBarTitleText": "维度问卷"
  966. }
  967. },
  968. {
  969. "path": "dimension-detail",
  970. "style": {
  971. "navigationBarTitleText": "维度详情"
  972. }
  973. },
  974. {
  975. "path": "member-body-detail",
  976. "style": {
  977. "navigationBarTitleText": "身体能量详情",
  978. "navigationStyle": "custom"
  979. }
  980. }
  981. ]
  982. },
  983. {
  984. "root": "pages/mind-detail",
  985. "pages": [
  986. {
  987. "path": "articles",
  988. "style": {
  989. "navigationBarTitleText": "心智成长"
  990. }
  991. },
  992. {
  993. "path": "article-detail",
  994. "style": {
  995. "navigationBarTitleText": "文章详情"
  996. }
  997. },
  998. {
  999. "path": "training",
  1000. "style": {
  1001. "navigationBarTitleText": "能力训练"
  1002. }
  1003. },
  1004. {
  1005. "path": "emotion-report",
  1006. "style": {
  1007. "navigationBarTitleText": "心理报告"
  1008. }
  1009. },
  1010. {
  1011. "path": "member-mind-detail",
  1012. "style": {
  1013. "navigationBarTitleText": "心智能量详情",
  1014. "navigationStyle": "custom"
  1015. }
  1016. },
  1017. {
  1018. "path": "emotion-checkin",
  1019. "style": {
  1020. "navigationBarTitleText": "情绪打卡"
  1021. }
  1022. },
  1023. {
  1024. "path": "emotion-trend",
  1025. "style": {
  1026. "navigationBarTitleText": "情绪趋势"
  1027. }
  1028. },
  1029. {
  1030. "path": "traditional-mirror",
  1031. "style": {
  1032. "navigationBarTitleText": "传统文化镜"
  1033. }
  1034. },
  1035. {
  1036. "path": "soothe-toolbox",
  1037. "style": {
  1038. "navigationBarTitleText": "疏导工具箱"
  1039. }
  1040. },
  1041. {
  1042. "path": "screening",
  1043. "style": {
  1044. "navigationBarTitleText": "心理状态自评"
  1045. }
  1046. },
  1047. {
  1048. "path": "family-dashboard",
  1049. "style": {
  1050. "navigationBarTitleText": "家庭天盘"
  1051. }
  1052. },
  1053. {
  1054. "path": "duo-compatibility",
  1055. "style": {
  1056. "navigationBarTitleText": "双人合盘"
  1057. }
  1058. }
  1059. ]
  1060. },
  1061. {
  1062. "root": "pages/wisdom-detail",
  1063. "pages": [
  1064. {
  1065. "path": "cognitive-report",
  1066. "style": {
  1067. "navigationBarTitleText": "认知测评报告"
  1068. }
  1069. },
  1070. {
  1071. "path": "member-wisdom-detail",
  1072. "style": {
  1073. "navigationBarTitleText": "智能量详情",
  1074. "navigationStyle": "custom"
  1075. }
  1076. },
  1077. {
  1078. "path": "self-quiz",
  1079. "style": {
  1080. "navigationBarTitleText": "自己出题自己答"
  1081. }
  1082. },
  1083. {
  1084. "path": "training-hub",
  1085. "style": {
  1086. "navigationBarTitleText": "认知训练中心"
  1087. }
  1088. }
  1089. ]
  1090. },
  1091. {
  1092. "root": "pages/action-detail",
  1093. "pages": [
  1094. {
  1095. "path": "interaction-log",
  1096. "style": {
  1097. "navigationBarTitleText": "记录互动"
  1098. }
  1099. },
  1100. {
  1101. "path": "relationship-questionnaire",
  1102. "style": {
  1103. "navigationBarTitleText": "关系问卷"
  1104. }
  1105. },
  1106. {
  1107. "path": "member-action-detail",
  1108. "style": {
  1109. "navigationBarTitleText": "行动能量详情",
  1110. "navigationStyle": "custom"
  1111. }
  1112. },
  1113. {
  1114. "path": "contact-detail",
  1115. "style": {
  1116. "navigationBarTitleText": "联系人详情",
  1117. "navigationStyle": "custom"
  1118. }
  1119. }
  1120. ]
  1121. },
  1122. {
  1123. "root": "pages/discover-detail",
  1124. "pages": [
  1125. {
  1126. "path": "product-detail/product-detail",
  1127. "style": {
  1128. "navigationBarTitleText": "商品详情"
  1129. }
  1130. },
  1131. {
  1132. "path": "activity-detail/activity-detail",
  1133. "style": {
  1134. "navigationBarTitleText": "活动详情"
  1135. }
  1136. }
  1137. ]
  1138. },
  1139. {
  1140. "root": "pages/family",
  1141. "pages": [
  1142. {
  1143. "path": "add-member",
  1144. "style": {
  1145. "navigationBarTitleText": "添加家庭成员"
  1146. }
  1147. }
  1148. ]
  1149. },
  1150. {
  1151. "root": "pages/ai",
  1152. "pages": [
  1153. {
  1154. "path": "chat",
  1155. "style": {
  1156. "navigationBarTitleText": "AI 家庭助手",
  1157. "navigationStyle": "custom"
  1158. }
  1159. }
  1160. ]
  1161. },
  1162. {
  1163. "root": "pages/invite",
  1164. "pages": [
  1165. {
  1166. "path": "join",
  1167. "style": {
  1168. "navigationBarTitleText": "加入家庭",
  1169. "navigationStyle": "custom"
  1170. }
  1171. }
  1172. ]
  1173. },
  1174. {
  1175. "root": "pages/activity",
  1176. "pages": [
  1177. {
  1178. "path": "index",
  1179. "style": {
  1180. "navigationBarTitleText": "活动中心"
  1181. }
  1182. },
  1183. {
  1184. "path": "activity-detail/activity-detail",
  1185. "style": {
  1186. "navigationBarTitleText": "活动详情"
  1187. }
  1188. },
  1189. {
  1190. "path": "create",
  1191. "style": {
  1192. "navigationBarTitleText": "创建活动"
  1193. }
  1194. }
  1195. ]
  1196. },
  1197. {
  1198. "root": "pages/article-center",
  1199. "pages": [
  1200. {
  1201. "path": "index",
  1202. "style": {
  1203. "navigationBarTitleText": "知识中心",
  1204. "navigationStyle": "custom"
  1205. }
  1206. },
  1207. {
  1208. "path": "article-detail",
  1209. "style": {
  1210. "navigationBarTitleText": "文章详情"
  1211. }
  1212. },
  1213. {
  1214. "path": "article-edit",
  1215. "style": {
  1216. "navigationBarTitleText": "写成长记录",
  1217. "navigationStyle": "custom"
  1218. }
  1219. },
  1220. {
  1221. "path": "my-posts",
  1222. "style": {
  1223. "navigationBarTitleText": "我的发布"
  1224. }
  1225. }
  1226. ]
  1227. }
  1228. ],
  1229. "globalStyle": {
  1230. "navigationBarTextStyle": "black",
  1231. "navigationBarTitleText": "浠艾福",
  1232. "navigationBarBackgroundColor": "#FFFFFF",
  1233. "backgroundColor": "#F8F8F8"
  1234. },
  1235. "lazyCodeLoading": "requiredComponents",
  1236. "tabBar": {
  1237. "color": "#7A7E83",
  1238. "selectedColor": "#F97316",
  1239. "borderStyle": "black",
  1240. "backgroundColor": "#FFFFFF",
  1241. "list": [
  1242. {
  1243. "pagePath": "pages/index/index",
  1244. "text": "行",
  1245. "iconPath": "static/tab-home.png",
  1246. "selectedIconPath": "static/tab-home-active.png"
  1247. },
  1248. {
  1249. "pagePath": "pages/mind/index",
  1250. "text": "心",
  1251. "iconPath": "static/tab-mind.png",
  1252. "selectedIconPath": "static/tab-mind-active.png"
  1253. },
  1254. {
  1255. "pagePath": "pages/body/index",
  1256. "text": "身",
  1257. "iconPath": "static/tab-body.png",
  1258. "selectedIconPath": "static/tab-body-active.png"
  1259. },
  1260. {
  1261. "pagePath": "pages/wisdom/index",
  1262. "text": "智",
  1263. "iconPath": "static/tab-wealth.png",
  1264. "selectedIconPath": "static/tab-wealth-active.png"
  1265. },
  1266. {
  1267. "pagePath": "pages/wealth/index",
  1268. "text": "富",
  1269. "iconPath": "static/tab-profile.png",
  1270. "selectedIconPath": "static/tab-profile-active.png"
  1271. }
  1272. ]
  1273. }
  1274. }