pages.json 30 KB

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