pages.json 30 KB

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