pages.json 33 KB

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