pages.json 33 KB

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