pages.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440
  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": "search/search",
  438. "style": {
  439. "navigationBarTitleText": "搜索商品"
  440. }
  441. },
  442. {
  443. "path": "order-list/order-list",
  444. "style": {
  445. "navigationBarTitleText": "我的订单"
  446. }
  447. },
  448. {
  449. "path": "order-detail/order-detail",
  450. "style": {
  451. "navigationBarTitleText": "订单详情"
  452. }
  453. },
  454. {
  455. "path": "cart/cart",
  456. "style": {
  457. "navigationBarTitleText": "购物车"
  458. }
  459. },
  460. {
  461. "path": "checkout/checkout",
  462. "style": {
  463. "navigationBarTitleText": "确认订单"
  464. }
  465. },
  466. {
  467. "path": "payment/payment",
  468. "style": {
  469. "navigationBarTitleText": "支付订单"
  470. }
  471. },
  472. {
  473. "path": "logistics/logistics",
  474. "style": {
  475. "navigationBarTitleText": "物流跟踪"
  476. }
  477. },
  478. {
  479. "path": "address/address",
  480. "style": {
  481. "navigationBarTitleText": "收货地址"
  482. }
  483. },
  484. {
  485. "path": "address-edit/address-edit",
  486. "style": {
  487. "navigationBarTitleText": "编辑地址"
  488. }
  489. },
  490. {
  491. "path": "consignee-list/consignee-list",
  492. "style": {
  493. "navigationBarTitleText": "收货人管理"
  494. }
  495. },
  496. {
  497. "path": "consignee-edit/consignee-edit",
  498. "style": {
  499. "navigationBarTitleText": "编辑收货人"
  500. }
  501. },
  502. {
  503. "path": "detail/detail",
  504. "style": {
  505. "navigationBarTitleText": "商品详情"
  506. }
  507. },
  508. {
  509. "path": "after-sales/after-sales",
  510. "style": {
  511. "navigationBarTitleText": "售后记录"
  512. }
  513. },
  514. {
  515. "path": "after-sales-detail/after-sales-detail",
  516. "style": {
  517. "navigationBarTitleText": "售后详情"
  518. }
  519. },
  520. {
  521. "path": "after-sales-apply/after-sales-apply",
  522. "style": {
  523. "navigationBarTitleText": "申请售后"
  524. }
  525. }
  526. ]
  527. },
  528. {
  529. "root": "pages/vendor",
  530. "pages": [
  531. {
  532. "path": "apply",
  533. "style": {
  534. "navigationBarTitleText": "服务商入驻"
  535. }
  536. },
  537. {
  538. "path": "center",
  539. "style": {
  540. "navigationBarTitleText": "服务商中心"
  541. }
  542. },
  543. {
  544. "path": "products/products",
  545. "style": {
  546. "navigationBarTitleText": "商品管理"
  547. }
  548. },
  549. {
  550. "path": "orders/orders",
  551. "style": {
  552. "navigationBarTitleText": "订单管理"
  553. }
  554. },
  555. {
  556. "path": "product-edit/product-edit",
  557. "style": {
  558. "navigationBarTitleText": "发布商品"
  559. }
  560. }
  561. ]
  562. },
  563. {
  564. "root": "pages/nutritionist",
  565. "pages": [
  566. {
  567. "path": "apply",
  568. "style": {
  569. "navigationBarTitleText": "营养师入驻"
  570. }
  571. }
  572. ]
  573. },
  574. {
  575. "root": "pages/butler",
  576. "pages": [
  577. {
  578. "path": "apply",
  579. "style": {
  580. "navigationBarTitleText": "管家入驻"
  581. }
  582. }
  583. ]
  584. },
  585. {
  586. "root": "pages/stats",
  587. "pages": [
  588. {
  589. "path": "completion-rate",
  590. "style": {
  591. "navigationBarTitleText": "任务完成率",
  592. "navigationStyle": "custom"
  593. }
  594. },
  595. {
  596. "path": "index",
  597. "style": {
  598. "navigationBarTitleText": "数据统计"
  599. }
  600. }
  601. ]
  602. },
  603. {
  604. "root": "pages/promotion",
  605. "pages": [
  606. {
  607. "path": "index",
  608. "style": {
  609. "navigationBarTitleText": "财富中心"
  610. }
  611. },
  612. {
  613. "path": "commission",
  614. "style": {
  615. "navigationBarTitleText": "佣金明细"
  616. }
  617. },
  618. {
  619. "path": "withdraw",
  620. "style": {
  621. "navigationBarTitleText": "提现"
  622. }
  623. },
  624. {
  625. "path": "invite",
  626. "style": {
  627. "navigationBarTitleText": "邀请好友"
  628. }
  629. },
  630. {
  631. "path": "team",
  632. "style": {
  633. "navigationBarTitleText": "推广团队"
  634. }
  635. },
  636. {
  637. "path": "leaderboard",
  638. "style": {
  639. "navigationBarTitleText": "推广排行榜",
  640. "enablePullDownRefresh": true
  641. }
  642. },
  643. {
  644. "path": "material",
  645. "style": {
  646. "navigationBarTitleText": "推广素材"
  647. }
  648. }
  649. ]
  650. },
  651. {
  652. "root": "pages/energy",
  653. "pages": [
  654. {
  655. "path": "detail",
  656. "style": {
  657. "navigationBarTitleText": "维度能量详情"
  658. }
  659. }
  660. ]
  661. },
  662. {
  663. "root": "pages/membership",
  664. "pages": [
  665. {
  666. "path": "benefits",
  667. "style": {
  668. "navigationBarTitleText": "我的权益"
  669. }
  670. },
  671. {
  672. "path": "plans",
  673. "style": {
  674. "navigationBarTitleText": "一生一世会员"
  675. }
  676. },
  677. {
  678. "path": "upgrade",
  679. "style": {
  680. "navigationBarTitleText": "开通会员"
  681. }
  682. }
  683. ]
  684. },
  685. {
  686. "root": "pages/points",
  687. "pages": [
  688. {
  689. "path": "mall",
  690. "style": {
  691. "navigationBarTitleText": "积分商城"
  692. }
  693. }
  694. ]
  695. },
  696. {
  697. "root": "pages/wealth-sub",
  698. "pages": [
  699. {
  700. "path": "checkin",
  701. "style": {
  702. "navigationBarTitleText": "财商打卡"
  703. }
  704. },
  705. {
  706. "path": "insurance-list",
  707. "style": {
  708. "navigationBarTitleText": "保单管理"
  709. }
  710. },
  711. {
  712. "path": "insurance-add",
  713. "style": {
  714. "navigationBarTitleText": "新增保单"
  715. }
  716. },
  717. {
  718. "path": "insurance-planning",
  719. "style": {
  720. "navigationBarTitleText": "家庭保险规划"
  721. }
  722. }
  723. ]
  724. },
  725. {
  726. "root": "pages/meal",
  727. "pages": [
  728. {
  729. "path": "recommend",
  730. "style": {
  731. "navigationBarTitleText": "智能食谱推荐"
  732. }
  733. },
  734. {
  735. "path": "log",
  736. "style": {
  737. "navigationBarTitleText": "饮食记录"
  738. }
  739. },
  740. {
  741. "path": "recipe-detail",
  742. "style": {
  743. "navigationBarTitleText": "食谱详情"
  744. }
  745. },
  746. {
  747. "path": "preference",
  748. "style": {
  749. "navigationBarTitleText": "饮食偏好设置"
  750. }
  751. }
  752. ]
  753. },
  754. {
  755. "root": "pages/health",
  756. "pages": [
  757. {
  758. "path": "report-upload",
  759. "style": {
  760. "navigationBarTitleText": "上传健康报告"
  761. }
  762. },
  763. {
  764. "path": "report-confirm",
  765. "style": {
  766. "navigationBarTitleText": "确认健康报告",
  767. "navigationStyle": "custom"
  768. }
  769. },
  770. {
  771. "path": "report-survey",
  772. "style": {
  773. "navigationBarTitleText": "健康调研问卷"
  774. }
  775. },
  776. {
  777. "path": "report-list",
  778. "style": {
  779. "navigationBarTitleText": "健康报告"
  780. }
  781. },
  782. {
  783. "path": "physical-exam-detail",
  784. "style": {
  785. "navigationBarTitleText": "体检报告详情"
  786. }
  787. },
  788. {
  789. "path": "nutrition-profile",
  790. "style": {
  791. "navigationBarTitleText": "营养档案"
  792. }
  793. },
  794. {
  795. "path": "tongue-index",
  796. "style": {
  797. "navigationBarTitleText": "舌诊分析"
  798. }
  799. },
  800. {
  801. "path": "exercise-index",
  802. "style": {
  803. "navigationBarTitleText": "运动"
  804. }
  805. },
  806. {
  807. "path": "diet-index",
  808. "style": {
  809. "navigationBarTitleText": "饮食"
  810. }
  811. },
  812. {
  813. "path": "sleep-index",
  814. "style": {
  815. "navigationBarTitleText": "作息"
  816. }
  817. },
  818. {
  819. "path": "meditation-index",
  820. "style": {
  821. "navigationBarTitleText": "冥想"
  822. }
  823. },
  824. {
  825. "path": "gut-index",
  826. "style": {
  827. "navigationBarTitleText": "菌群"
  828. }
  829. },
  830. {
  831. "path": "gut-flora-detail",
  832. "style": {
  833. "navigationBarTitleText": "菌群报告详情"
  834. }
  835. },
  836. {
  837. "path": "gut-flora-species-detail",
  838. "style": {
  839. "navigationBarTitleText": "菌群详情"
  840. }
  841. },
  842. {
  843. "path": "gut-flora-foods-detail",
  844. "style": {
  845. "navigationBarTitleText": "饮食推荐"
  846. }
  847. },
  848. {
  849. "path": "gut-flora-risks-detail",
  850. "style": {
  851. "navigationBarTitleText": "疾病风险"
  852. }
  853. }
  854. ]
  855. },
  856. {
  857. "root": "pages/body-detail",
  858. "pages": [
  859. {
  860. "path": "health-report",
  861. "style": {
  862. "navigationBarTitleText": "健康报告详情"
  863. }
  864. },
  865. {
  866. "path": "health-dimensions",
  867. "style": {
  868. "navigationBarTitleText": "健康维度全景"
  869. }
  870. },
  871. {
  872. "path": "checkin",
  873. "style": {
  874. "navigationBarTitleText": "健康打卡"
  875. }
  876. },
  877. {
  878. "path": "dimension-questionnaire",
  879. "style": {
  880. "navigationBarTitleText": "维度问卷"
  881. }
  882. },
  883. {
  884. "path": "dimension-detail",
  885. "style": {
  886. "navigationBarTitleText": "维度详情"
  887. }
  888. },
  889. {
  890. "path": "member-body-detail",
  891. "style": {
  892. "navigationBarTitleText": "身体能量详情",
  893. "navigationStyle": "custom"
  894. }
  895. }
  896. ]
  897. },
  898. {
  899. "root": "pages/mind-detail",
  900. "pages": [
  901. {
  902. "path": "articles",
  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. },
  1042. {
  1043. "root": "pages/family",
  1044. "pages": [
  1045. {
  1046. "path": "add-member",
  1047. "style": {
  1048. "navigationBarTitleText": "添加家庭成员"
  1049. }
  1050. }
  1051. ]
  1052. },
  1053. {
  1054. "root": "pages/ai",
  1055. "pages": [
  1056. {
  1057. "path": "chat",
  1058. "style": {
  1059. "navigationBarTitleText": "AI 家庭助手",
  1060. "navigationStyle": "custom"
  1061. }
  1062. }
  1063. ]
  1064. },
  1065. {
  1066. "root": "pages/invite",
  1067. "pages": [
  1068. {
  1069. "path": "join",
  1070. "style": {
  1071. "navigationBarTitleText": "加入家庭",
  1072. "navigationStyle": "custom"
  1073. }
  1074. }
  1075. ]
  1076. },
  1077. {
  1078. "root": "pages/activity",
  1079. "pages": [
  1080. {
  1081. "path": "index",
  1082. "style": {
  1083. "navigationBarTitleText": "活动中心"
  1084. }
  1085. },
  1086. {
  1087. "path": "activity-detail/activity-detail",
  1088. "style": {
  1089. "navigationBarTitleText": "活动详情"
  1090. }
  1091. },
  1092. {
  1093. "path": "create",
  1094. "style": {
  1095. "navigationBarTitleText": "创建活动"
  1096. }
  1097. },
  1098. {
  1099. "path": "registrations",
  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": "report-detail",
  1230. "style": {
  1231. "navigationBarTitleText": "报告详情"
  1232. }
  1233. },
  1234. {
  1235. "path": "service-role-apply",
  1236. "style": {
  1237. "navigationBarTitleText": "服务角色申请"
  1238. }
  1239. }
  1240. ]
  1241. },
  1242. {
  1243. "root": "pages/user-edit",
  1244. "pages": [
  1245. {
  1246. "path": "user-edit",
  1247. "style": {
  1248. "navigationBarTitleText": "完善信息"
  1249. }
  1250. }
  1251. ]
  1252. },
  1253. {
  1254. "root": "pages/policy",
  1255. "pages": [
  1256. {
  1257. "path": "agreement",
  1258. "style": {
  1259. "navigationBarTitleText": "用户协议"
  1260. }
  1261. },
  1262. {
  1263. "path": "privacy",
  1264. "style": {
  1265. "navigationBarTitleText": "隐私政策"
  1266. }
  1267. }
  1268. ]
  1269. },
  1270. {
  1271. "root": "pages/profile-extra",
  1272. "pages": [
  1273. {
  1274. "path": "create-child",
  1275. "style": {
  1276. "navigationBarTitleText": "添加孩子"
  1277. }
  1278. },
  1279. {
  1280. "path": "children",
  1281. "style": {
  1282. "navigationBarTitleText": "孩子管理"
  1283. }
  1284. },
  1285. {
  1286. "path": "edit-child",
  1287. "style": {
  1288. "navigationBarTitleText": "编辑孩子"
  1289. }
  1290. },
  1291. {
  1292. "path": "family-members",
  1293. "style": {
  1294. "navigationBarTitleText": "家庭成员"
  1295. }
  1296. },
  1297. {
  1298. "path": "onboarding",
  1299. "style": {
  1300. "navigationBarTitleText": "新手任务"
  1301. }
  1302. },
  1303. {
  1304. "path": "coupons",
  1305. "style": {
  1306. "navigationBarTitleText": "我的优惠券"
  1307. }
  1308. }
  1309. ]
  1310. },
  1311. {
  1312. "root": "pages/home-pages",
  1313. "pages": [
  1314. {
  1315. "path": "parent-index",
  1316. "style": {
  1317. "navigationBarTitleText": "首页",
  1318. "enablePullDownRefresh": true
  1319. }
  1320. },
  1321. {
  1322. "path": "child-index",
  1323. "style": {
  1324. "navigationBarTitleText": "首页"
  1325. }
  1326. },
  1327. {
  1328. "path": "member-home-detail",
  1329. "style": {
  1330. "navigationBarTitleText": "成员详情",
  1331. "navigationStyle": "custom"
  1332. }
  1333. }
  1334. ]
  1335. },
  1336. {
  1337. "root": "pages/login",
  1338. "pages": [
  1339. {
  1340. "path": "login",
  1341. "style": {
  1342. "navigationBarTitleText": "登录",
  1343. "navigationStyle": "custom"
  1344. }
  1345. }
  1346. ]
  1347. },
  1348. {
  1349. "root": "pages/share",
  1350. "pages": [
  1351. {
  1352. "path": "index",
  1353. "style": {
  1354. "navigationBarTitleText": "健康足迹"
  1355. }
  1356. }
  1357. ]
  1358. },
  1359. {
  1360. "root": "pages/profile",
  1361. "pages": [
  1362. {
  1363. "path": "profile",
  1364. "style": {
  1365. "navigationBarTitleText": "我的"
  1366. }
  1367. },
  1368. {
  1369. "path": "index",
  1370. "style": {
  1371. "navigationBarTitleText": "我的"
  1372. }
  1373. },
  1374. {
  1375. "path": "report-management",
  1376. "style": {
  1377. "navigationBarTitleText": "报告管理"
  1378. }
  1379. },
  1380. {
  1381. "path": "report-detail",
  1382. "style": {
  1383. "navigationBarTitleText": "报告详情"
  1384. }
  1385. }
  1386. ]
  1387. }
  1388. ],
  1389. "globalStyle": {
  1390. "navigationBarTextStyle": "black",
  1391. "navigationBarTitleText": "浠艾福",
  1392. "navigationBarBackgroundColor": "#FFFFFF",
  1393. "backgroundColor": "#F8F8F8"
  1394. },
  1395. "lazyCodeLoading": "requiredComponents",
  1396. "tabBar": {
  1397. "color": "#7A7E83",
  1398. "selectedColor": "#F97316",
  1399. "borderStyle": "black",
  1400. "backgroundColor": "#FFFFFF",
  1401. "list": [
  1402. {
  1403. "pagePath": "pages/index-home/index",
  1404. "text": "行",
  1405. "iconPath": "static/tab-action.png",
  1406. "selectedIconPath": "static/tab-action-active.png"
  1407. },
  1408. {
  1409. "pagePath": "pages/mind/index",
  1410. "text": "心",
  1411. "iconPath": "/static/tab-mind.png",
  1412. "selectedIconPath": "/static/tab-mind-active.png"
  1413. },
  1414. {
  1415. "pagePath": "pages/body/index",
  1416. "text": "身",
  1417. "iconPath": "/static/tab-body.png",
  1418. "selectedIconPath": "/static/tab-body-active.png"
  1419. },
  1420. {
  1421. "pagePath": "pages/wisdom/index",
  1422. "text": "智",
  1423. "iconPath": "static/tab-wisdom.png",
  1424. "selectedIconPath": "static/tab-wisdom-active.png"
  1425. },
  1426. {
  1427. "pagePath": "pages/wealth/index",
  1428. "text": "富",
  1429. "iconPath": "static/tab-wealth.png",
  1430. "selectedIconPath": "static/tab-wealth-active.png"
  1431. }
  1432. ]
  1433. },
  1434. "easycom": {
  1435. "auto": "components/@dcloudio/uni-$2/components/uni-$1/uni-$1.vue",
  1436. "pages": {
  1437. "pages/*": "components/@dcloudio/uni-$2/components/uni-$1/uni-$1.vue"
  1438. }
  1439. }
  1440. }