pages.json 31 KB

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