pages.json 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298
  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/dan-assessment",
  543. "pages": [
  544. {
  545. "path": "report-upload",
  546. "style": {
  547. "navigationBarTitleText": "DAN 报告上传",
  548. "navigationStyle": "custom"
  549. }
  550. }
  551. ]
  552. },
  553. {
  554. "root": "pages/growth",
  555. "pages": [
  556. {
  557. "path": "index",
  558. "style": {
  559. "navigationBarTitleText": "成长档案"
  560. }
  561. },
  562. {
  563. "path": "create",
  564. "style": {
  565. "navigationBarTitleText": "创建成长档案"
  566. }
  567. },
  568. {
  569. "path": "detail",
  570. "style": {
  571. "navigationBarTitleText": "档案详情"
  572. }
  573. },
  574. {
  575. "path": "assessment-result",
  576. "style": {
  577. "navigationBarTitleText": "测评报告"
  578. }
  579. },
  580. {
  581. "path": "upload",
  582. "style": {
  583. "navigationBarTitleText": "上传测评报告"
  584. }
  585. },
  586. {
  587. "path": "supplement",
  588. "style": {
  589. "navigationBarTitleText": "补充测评材料"
  590. }
  591. }
  592. ]
  593. },
  594. {
  595. "root": "pages/shop",
  596. "pages": [
  597. {
  598. "path": "index/index",
  599. "style": {
  600. "navigationBarTitleText": "商品首页"
  601. }
  602. },
  603. {
  604. "path": "order-list/order-list",
  605. "style": {
  606. "navigationBarTitleText": "我的订单"
  607. }
  608. },
  609. {
  610. "path": "order-detail/order-detail",
  611. "style": {
  612. "navigationBarTitleText": "订单详情"
  613. }
  614. },
  615. {
  616. "path": "cart/cart",
  617. "style": {
  618. "navigationBarTitleText": "购物车"
  619. }
  620. },
  621. {
  622. "path": "checkout/checkout",
  623. "style": {
  624. "navigationBarTitleText": "确认订单"
  625. }
  626. },
  627. {
  628. "path": "payment/payment",
  629. "style": {
  630. "navigationBarTitleText": "支付订单"
  631. }
  632. },
  633. {
  634. "path": "logistics/logistics",
  635. "style": {
  636. "navigationBarTitleText": "物流跟踪"
  637. }
  638. },
  639. {
  640. "path": "address/address",
  641. "style": {
  642. "navigationBarTitleText": "收货地址"
  643. }
  644. },
  645. {
  646. "path": "address-edit/address-edit",
  647. "style": {
  648. "navigationBarTitleText": "编辑地址"
  649. }
  650. },
  651. {
  652. "path": "consignee-list/consignee-list",
  653. "style": {
  654. "navigationBarTitleText": "收货人管理"
  655. }
  656. },
  657. {
  658. "path": "consignee-edit/consignee-edit",
  659. "style": {
  660. "navigationBarTitleText": "编辑收货人"
  661. }
  662. },
  663. {
  664. "path": "detail/detail",
  665. "style": {
  666. "navigationBarTitleText": "商品详情"
  667. }
  668. },
  669. {
  670. "path": "after-sales/after-sales",
  671. "style": {
  672. "navigationBarTitleText": "售后记录"
  673. }
  674. },
  675. {
  676. "path": "after-sales-detail/after-sales-detail",
  677. "style": {
  678. "navigationBarTitleText": "售后详情"
  679. }
  680. },
  681. {
  682. "path": "after-sales-apply/after-sales-apply",
  683. "style": {
  684. "navigationBarTitleText": "申请售后"
  685. }
  686. }
  687. ]
  688. },
  689. {
  690. "root": "pages/vendor",
  691. "pages": [
  692. {
  693. "path": "apply",
  694. "style": {
  695. "navigationBarTitleText": "服务商入驻"
  696. }
  697. },
  698. {
  699. "path": "center",
  700. "style": {
  701. "navigationBarTitleText": "服务商中心"
  702. }
  703. },
  704. {
  705. "path": "products/products",
  706. "style": {
  707. "navigationBarTitleText": "商品管理"
  708. }
  709. },
  710. {
  711. "path": "orders/orders",
  712. "style": {
  713. "navigationBarTitleText": "订单管理"
  714. }
  715. },
  716. {
  717. "path": "product-edit/product-edit",
  718. "style": {
  719. "navigationBarTitleText": "发布商品"
  720. }
  721. }
  722. ]
  723. },
  724. {
  725. "root": "pages/stats",
  726. "pages": [
  727. {
  728. "path": "completion-rate",
  729. "style": {
  730. "navigationBarTitleText": "任务完成率",
  731. "navigationStyle": "custom"
  732. }
  733. },
  734. {
  735. "path": "index",
  736. "style": {
  737. "navigationBarTitleText": "数据统计"
  738. }
  739. }
  740. ]
  741. },
  742. {
  743. "root": "pages/promotion",
  744. "pages": [
  745. {
  746. "path": "index",
  747. "style": {
  748. "navigationBarTitleText": "财富中心"
  749. }
  750. },
  751. {
  752. "path": "commission",
  753. "style": {
  754. "navigationBarTitleText": "佣金明细"
  755. }
  756. },
  757. {
  758. "path": "withdraw",
  759. "style": {
  760. "navigationBarTitleText": "提现"
  761. }
  762. },
  763. {
  764. "path": "invite",
  765. "style": {
  766. "navigationBarTitleText": "邀请好友"
  767. }
  768. },
  769. {
  770. "path": "team",
  771. "style": {
  772. "navigationBarTitleText": "推广团队"
  773. }
  774. },
  775. {
  776. "path": "leaderboard",
  777. "style": {
  778. "navigationBarTitleText": "推广排行榜",
  779. "enablePullDownRefresh": true
  780. }
  781. },
  782. {
  783. "path": "material",
  784. "style": {
  785. "navigationBarTitleText": "推广素材"
  786. }
  787. }
  788. ]
  789. },
  790. {
  791. "root": "pages/energy",
  792. "pages": [
  793. {
  794. "path": "detail",
  795. "style": {
  796. "navigationBarTitleText": "维度能量详情"
  797. }
  798. }
  799. ]
  800. },
  801. {
  802. "root": "pages/membership",
  803. "pages": [
  804. {
  805. "path": "benefits",
  806. "style": {
  807. "navigationBarTitleText": "我的权益"
  808. }
  809. },
  810. {
  811. "path": "plans",
  812. "style": {
  813. "navigationBarTitleText": "一生一世会员"
  814. }
  815. },
  816. {
  817. "path": "upgrade",
  818. "style": {
  819. "navigationBarTitleText": "开通会员"
  820. }
  821. }
  822. ]
  823. },
  824. {
  825. "root": "pages/points",
  826. "pages": [
  827. {
  828. "path": "mall",
  829. "style": {
  830. "navigationBarTitleText": "积分商城"
  831. }
  832. }
  833. ]
  834. },
  835. {
  836. "root": "pages/wealth",
  837. "pages": [
  838. {
  839. "path": "checkin",
  840. "style": {
  841. "navigationBarTitleText": "财商打卡"
  842. }
  843. },
  844. {
  845. "path": "insurance-list",
  846. "style": {
  847. "navigationBarTitleText": "保单管理"
  848. }
  849. },
  850. {
  851. "path": "insurance-add",
  852. "style": {
  853. "navigationBarTitleText": "新增保单"
  854. }
  855. }
  856. ]
  857. },
  858. {
  859. "root": "pages/meal",
  860. "pages": [
  861. {
  862. "path": "recommend",
  863. "style": {
  864. "navigationBarTitleText": "智能食谱推荐"
  865. }
  866. },
  867. {
  868. "path": "log",
  869. "style": {
  870. "navigationBarTitleText": "饮食记录"
  871. }
  872. },
  873. {
  874. "path": "recipe-detail",
  875. "style": {
  876. "navigationBarTitleText": "食谱详情"
  877. }
  878. },
  879. {
  880. "path": "preference",
  881. "style": {
  882. "navigationBarTitleText": "饮食偏好设置"
  883. }
  884. }
  885. ]
  886. },
  887. {
  888. "root": "pages/health",
  889. "pages": [
  890. {
  891. "path": "report-upload",
  892. "style": {
  893. "navigationBarTitleText": "上传健康报告"
  894. }
  895. },
  896. {
  897. "path": "report-confirm",
  898. "style": {
  899. "navigationBarTitleText": "确认健康报告",
  900. "navigationStyle": "custom"
  901. }
  902. },
  903. {
  904. "path": "report-survey",
  905. "style": {
  906. "navigationBarTitleText": "健康调研问卷"
  907. }
  908. },
  909. {
  910. "path": "report-list",
  911. "style": {
  912. "navigationBarTitleText": "健康报告"
  913. }
  914. },
  915. {
  916. "path": "nutrition-profile",
  917. "style": {
  918. "navigationBarTitleText": "营养档案"
  919. }
  920. },
  921. {
  922. "path": "tongue-index",
  923. "style": {
  924. "navigationBarTitleText": "舌诊分析"
  925. }
  926. },
  927. {
  928. "path": "exercise-index",
  929. "style": {
  930. "navigationBarTitleText": "运动"
  931. }
  932. },
  933. {
  934. "path": "diet-index",
  935. "style": {
  936. "navigationBarTitleText": "饮食"
  937. }
  938. },
  939. {
  940. "path": "sleep-index",
  941. "style": {
  942. "navigationBarTitleText": "作息"
  943. }
  944. },
  945. {
  946. "path": "meditation-index",
  947. "style": {
  948. "navigationBarTitleText": "冥想"
  949. }
  950. },
  951. {
  952. "path": "gut-index",
  953. "style": {
  954. "navigationBarTitleText": "菌群"
  955. }
  956. },
  957. {
  958. "path": "gut-flora-detail",
  959. "style": {
  960. "navigationBarTitleText": "菌群报告详情"
  961. }
  962. }
  963. ]
  964. },
  965. {
  966. "root": "pages/body-detail",
  967. "pages": [
  968. {
  969. "path": "health-report",
  970. "style": {
  971. "navigationBarTitleText": "健康报告详情"
  972. }
  973. },
  974. {
  975. "path": "health-dimensions",
  976. "style": {
  977. "navigationBarTitleText": "健康维度全景"
  978. }
  979. },
  980. {
  981. "path": "checkin",
  982. "style": {
  983. "navigationBarTitleText": "健康打卡"
  984. }
  985. },
  986. {
  987. "path": "dimension-questionnaire",
  988. "style": {
  989. "navigationBarTitleText": "维度问卷"
  990. }
  991. },
  992. {
  993. "path": "dimension-detail",
  994. "style": {
  995. "navigationBarTitleText": "维度详情"
  996. }
  997. },
  998. {
  999. "path": "member-body-detail",
  1000. "style": {
  1001. "navigationBarTitleText": "身体能量详情",
  1002. "navigationStyle": "custom"
  1003. }
  1004. }
  1005. ]
  1006. },
  1007. {
  1008. "root": "pages/mind-detail",
  1009. "pages": [
  1010. {
  1011. "path": "articles",
  1012. "style": {
  1013. "navigationBarTitleText": "心智成长"
  1014. }
  1015. },
  1016. {
  1017. "path": "article-detail",
  1018. "style": {
  1019. "navigationBarTitleText": "文章详情"
  1020. }
  1021. },
  1022. {
  1023. "path": "training",
  1024. "style": {
  1025. "navigationBarTitleText": "能力训练"
  1026. }
  1027. },
  1028. {
  1029. "path": "emotion-report",
  1030. "style": {
  1031. "navigationBarTitleText": "心理报告"
  1032. }
  1033. },
  1034. {
  1035. "path": "member-mind-detail",
  1036. "style": {
  1037. "navigationBarTitleText": "心智能量详情",
  1038. "navigationStyle": "custom"
  1039. }
  1040. },
  1041. {
  1042. "path": "emotion-checkin",
  1043. "style": {
  1044. "navigationBarTitleText": "情绪打卡"
  1045. }
  1046. },
  1047. {
  1048. "path": "emotion-trend",
  1049. "style": {
  1050. "navigationBarTitleText": "情绪趋势"
  1051. }
  1052. },
  1053. {
  1054. "path": "traditional-mirror",
  1055. "style": {
  1056. "navigationBarTitleText": "传统文化镜"
  1057. }
  1058. },
  1059. {
  1060. "path": "soothe-toolbox",
  1061. "style": {
  1062. "navigationBarTitleText": "疏导工具箱"
  1063. }
  1064. },
  1065. {
  1066. "path": "screening",
  1067. "style": {
  1068. "navigationBarTitleText": "心理状态自评"
  1069. }
  1070. },
  1071. {
  1072. "path": "family-dashboard",
  1073. "style": {
  1074. "navigationBarTitleText": "家庭天盘"
  1075. }
  1076. },
  1077. {
  1078. "path": "duo-compatibility",
  1079. "style": {
  1080. "navigationBarTitleText": "双人合盘"
  1081. }
  1082. }
  1083. ]
  1084. },
  1085. {
  1086. "root": "pages/wisdom-detail",
  1087. "pages": [
  1088. {
  1089. "path": "cognitive-report",
  1090. "style": {
  1091. "navigationBarTitleText": "认知测评报告"
  1092. }
  1093. },
  1094. {
  1095. "path": "member-wisdom-detail",
  1096. "style": {
  1097. "navigationBarTitleText": "智能量详情",
  1098. "navigationStyle": "custom"
  1099. }
  1100. },
  1101. {
  1102. "path": "self-quiz",
  1103. "style": {
  1104. "navigationBarTitleText": "自己出题自己答"
  1105. }
  1106. },
  1107. {
  1108. "path": "training-hub",
  1109. "style": {
  1110. "navigationBarTitleText": "认知训练中心"
  1111. }
  1112. }
  1113. ]
  1114. },
  1115. {
  1116. "root": "pages/action-detail",
  1117. "pages": [
  1118. {
  1119. "path": "interaction-log",
  1120. "style": {
  1121. "navigationBarTitleText": "记录互动"
  1122. }
  1123. },
  1124. {
  1125. "path": "relationship-questionnaire",
  1126. "style": {
  1127. "navigationBarTitleText": "关系问卷"
  1128. }
  1129. },
  1130. {
  1131. "path": "member-action-detail",
  1132. "style": {
  1133. "navigationBarTitleText": "行动能量详情",
  1134. "navigationStyle": "custom"
  1135. }
  1136. },
  1137. {
  1138. "path": "contact-detail",
  1139. "style": {
  1140. "navigationBarTitleText": "联系人详情",
  1141. "navigationStyle": "custom"
  1142. }
  1143. }
  1144. ]
  1145. },
  1146. {
  1147. "root": "pages/discover-detail",
  1148. "pages": [
  1149. {
  1150. "path": "product-detail/product-detail",
  1151. "style": {
  1152. "navigationBarTitleText": "商品详情"
  1153. }
  1154. },
  1155. {
  1156. "path": "activity-detail/activity-detail",
  1157. "style": {
  1158. "navigationBarTitleText": "活动详情"
  1159. }
  1160. }
  1161. ]
  1162. },
  1163. {
  1164. "root": "pages/family",
  1165. "pages": [
  1166. {
  1167. "path": "add-member",
  1168. "style": {
  1169. "navigationBarTitleText": "添加家庭成员"
  1170. }
  1171. }
  1172. ]
  1173. },
  1174. {
  1175. "root": "pages/ai",
  1176. "pages": [
  1177. {
  1178. "path": "chat",
  1179. "style": {
  1180. "navigationBarTitleText": "AI 家庭助手",
  1181. "navigationStyle": "custom"
  1182. }
  1183. }
  1184. ]
  1185. },
  1186. {
  1187. "root": "pages/invite",
  1188. "pages": [
  1189. {
  1190. "path": "join",
  1191. "style": {
  1192. "navigationBarTitleText": "加入家庭",
  1193. "navigationStyle": "custom"
  1194. }
  1195. }
  1196. ]
  1197. },
  1198. {
  1199. "root": "pages/activity",
  1200. "pages": [
  1201. {
  1202. "path": "index",
  1203. "style": {
  1204. "navigationBarTitleText": "活动中心"
  1205. }
  1206. },
  1207. {
  1208. "path": "activity-detail/activity-detail",
  1209. "style": {
  1210. "navigationBarTitleText": "活动详情"
  1211. }
  1212. },
  1213. {
  1214. "path": "create",
  1215. "style": {
  1216. "navigationBarTitleText": "创建活动"
  1217. }
  1218. }
  1219. ]
  1220. },
  1221. {
  1222. "root": "pages/article-center",
  1223. "pages": [
  1224. {
  1225. "path": "index",
  1226. "style": {
  1227. "navigationBarTitleText": "知识中心",
  1228. "navigationStyle": "custom"
  1229. }
  1230. },
  1231. {
  1232. "path": "article-detail",
  1233. "style": {
  1234. "navigationBarTitleText": "文章详情"
  1235. }
  1236. },
  1237. {
  1238. "path": "article-edit",
  1239. "style": {
  1240. "navigationBarTitleText": "写成长记录",
  1241. "navigationStyle": "custom"
  1242. }
  1243. },
  1244. {
  1245. "path": "my-posts",
  1246. "style": {
  1247. "navigationBarTitleText": "我的发布"
  1248. }
  1249. }
  1250. ]
  1251. }
  1252. ],
  1253. "globalStyle": {
  1254. "navigationBarTextStyle": "black",
  1255. "navigationBarTitleText": "浠艾福",
  1256. "navigationBarBackgroundColor": "#FFFFFF",
  1257. "backgroundColor": "#F8F8F8"
  1258. },
  1259. "lazyCodeLoading": "requiredComponents",
  1260. "tabBar": {
  1261. "color": "#7A7E83",
  1262. "selectedColor": "#F97316",
  1263. "borderStyle": "black",
  1264. "backgroundColor": "#FFFFFF",
  1265. "list": [
  1266. {
  1267. "pagePath": "pages/index/index",
  1268. "text": "行",
  1269. "iconPath": "static/tab-home.png",
  1270. "selectedIconPath": "static/tab-home-active.png"
  1271. },
  1272. {
  1273. "pagePath": "pages/mind/index",
  1274. "text": "心",
  1275. "iconPath": "static/tab-mind.png",
  1276. "selectedIconPath": "static/tab-mind-active.png"
  1277. },
  1278. {
  1279. "pagePath": "pages/body/index",
  1280. "text": "身",
  1281. "iconPath": "static/tab-body.png",
  1282. "selectedIconPath": "static/tab-body-active.png"
  1283. },
  1284. {
  1285. "pagePath": "pages/wisdom/index",
  1286. "text": "智",
  1287. "iconPath": "static/tab-wealth.png",
  1288. "selectedIconPath": "static/tab-wealth-active.png"
  1289. },
  1290. {
  1291. "pagePath": "pages/wealth/index",
  1292. "text": "富",
  1293. "iconPath": "static/tab-profile.png",
  1294. "selectedIconPath": "static/tab-profile-active.png"
  1295. }
  1296. ]
  1297. }
  1298. }