pages.json 38 KB

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