pages.json 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704
  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-result",
  409. "style": {
  410. "navigationBarTitleText": "DAN 测评报告",
  411. "navigationStyle": "custom"
  412. }
  413. }
  414. ]
  415. },
  416. {
  417. "root": "pages/growth",
  418. "pages": [
  419. {
  420. "path": "create",
  421. "style": {
  422. "navigationBarTitleText": "创建成长记录"
  423. }
  424. },
  425. {
  426. "path": "detail",
  427. "style": {
  428. "navigationBarTitleText": "档案详情"
  429. }
  430. },
  431. {
  432. "path": "assessment-result",
  433. "style": {
  434. "navigationBarTitleText": "测评报告"
  435. }
  436. },
  437. {
  438. "path": "upload",
  439. "style": {
  440. "navigationBarTitleText": "上传测评报告"
  441. }
  442. },
  443. {
  444. "path": "supplement",
  445. "style": {
  446. "navigationBarTitleText": "补充测评材料"
  447. }
  448. },
  449. {
  450. "path": "caution-detail",
  451. "style": {
  452. "navigationBarTitleText": "食材戒备匹配"
  453. }
  454. },
  455. {
  456. "path": "diet-checkin",
  457. "style": {
  458. "navigationBarTitleText": "饮食打卡"
  459. }
  460. },
  461. {
  462. "path": "exercise-checkin",
  463. "style": {
  464. "navigationBarTitleText": "运动打卡"
  465. }
  466. },
  467. {
  468. "path": "sleep-checkin",
  469. "style": {
  470. "navigationBarTitleText": "睡眠打卡"
  471. }
  472. },
  473. {
  474. "path": "growth-emotion-checkin",
  475. "style": {
  476. "navigationBarTitleText": "心情打卡 (成长)"
  477. }
  478. }
  479. ]
  480. },
  481. {
  482. "root": "pages/shop",
  483. "pages": [
  484. {
  485. "path": "index/index",
  486. "style": {
  487. "navigationBarTitleText": "浠艾福商城"
  488. }
  489. },
  490. {
  491. "path": "search/search",
  492. "style": {
  493. "navigationBarTitleText": "搜索商品"
  494. }
  495. },
  496. {
  497. "path": "order-list/order-list",
  498. "style": {
  499. "navigationBarTitleText": "我的订单"
  500. }
  501. },
  502. {
  503. "path": "order-detail/order-detail",
  504. "style": {
  505. "navigationBarTitleText": "订单详情"
  506. }
  507. },
  508. {
  509. "path": "cart/cart",
  510. "style": {
  511. "navigationBarTitleText": "购物车"
  512. }
  513. },
  514. {
  515. "path": "checkout/checkout",
  516. "style": {
  517. "navigationBarTitleText": "确认订单"
  518. }
  519. },
  520. {
  521. "path": "payment/payment",
  522. "style": {
  523. "navigationBarTitleText": "支付订单"
  524. }
  525. },
  526. {
  527. "path": "logistics/logistics",
  528. "style": {
  529. "navigationBarTitleText": "物流跟踪"
  530. }
  531. },
  532. {
  533. "path": "address/address",
  534. "style": {
  535. "navigationBarTitleText": "收货地址"
  536. }
  537. },
  538. {
  539. "path": "address-edit/address-edit",
  540. "style": {
  541. "navigationBarTitleText": "编辑地址"
  542. }
  543. },
  544. {
  545. "path": "consignee-list/consignee-list",
  546. "style": {
  547. "navigationBarTitleText": "收货人管理"
  548. }
  549. },
  550. {
  551. "path": "consignee-edit/consignee-edit",
  552. "style": {
  553. "navigationBarTitleText": "编辑收货人"
  554. }
  555. },
  556. {
  557. "path": "after-sales/after-sales",
  558. "style": {
  559. "navigationBarTitleText": "售后记录"
  560. }
  561. },
  562. {
  563. "path": "after-sales-detail/after-sales-detail",
  564. "style": {
  565. "navigationBarTitleText": "售后详情"
  566. }
  567. },
  568. {
  569. "path": "after-sales-apply/after-sales-apply",
  570. "style": {
  571. "navigationBarTitleText": "申请售后"
  572. }
  573. }
  574. ]
  575. },
  576. {
  577. "root": "pages/vendor",
  578. "pages": [
  579. {
  580. "path": "apply",
  581. "style": {
  582. "navigationBarTitleText": "服务商入驻"
  583. }
  584. },
  585. {
  586. "path": "center",
  587. "style": {
  588. "navigationBarTitleText": "服务商中心"
  589. }
  590. },
  591. {
  592. "path": "products/products",
  593. "style": {
  594. "navigationBarTitleText": "商品管理"
  595. }
  596. },
  597. {
  598. "path": "orders/orders",
  599. "style": {
  600. "navigationBarTitleText": "订单管理"
  601. }
  602. },
  603. {
  604. "path": "product-edit/product-edit",
  605. "style": {
  606. "navigationBarTitleText": "发布商品"
  607. }
  608. }
  609. ]
  610. },
  611. {
  612. "root": "pages/nutritionist",
  613. "pages": [
  614. {
  615. "path": "apply",
  616. "style": {
  617. "navigationBarTitleText": "营养师入驻"
  618. }
  619. }
  620. ]
  621. },
  622. {
  623. "root": "pages/butler",
  624. "pages": [
  625. {
  626. "path": "apply",
  627. "style": {
  628. "navigationBarTitleText": "管家入驻"
  629. }
  630. },
  631. {
  632. "path": "select",
  633. "style": {
  634. "navigationBarTitleText": "选择管家"
  635. }
  636. }
  637. ]
  638. },
  639. {
  640. "root": "pages/stats",
  641. "pages": [
  642. {
  643. "path": "completion-rate",
  644. "style": {
  645. "navigationBarTitleText": "任务完成率",
  646. "navigationStyle": "custom"
  647. }
  648. },
  649. {
  650. "path": "index",
  651. "style": {
  652. "navigationBarTitleText": "数据统计"
  653. }
  654. }
  655. ]
  656. },
  657. {
  658. "root": "pages/promotion",
  659. "pages": [
  660. {
  661. "path": "index",
  662. "style": {
  663. "navigationBarTitleText": "财富中心"
  664. }
  665. },
  666. {
  667. "path": "commission",
  668. "style": {
  669. "navigationBarTitleText": "佣金明细"
  670. }
  671. },
  672. {
  673. "path": "withdraw",
  674. "style": {
  675. "navigationBarTitleText": "提现"
  676. }
  677. },
  678. {
  679. "path": "invite",
  680. "style": {
  681. "navigationBarTitleText": "邀请好友"
  682. }
  683. },
  684. {
  685. "path": "team",
  686. "style": {
  687. "navigationBarTitleText": "推广团队"
  688. }
  689. },
  690. {
  691. "path": "leaderboard",
  692. "style": {
  693. "navigationBarTitleText": "推广排行榜",
  694. "enablePullDownRefresh": true
  695. }
  696. },
  697. {
  698. "path": "material",
  699. "style": {
  700. "navigationBarTitleText": "推广素材"
  701. }
  702. }
  703. ]
  704. },
  705. {
  706. "root": "pages/energy",
  707. "pages": [
  708. {
  709. "path": "index",
  710. "style": {
  711. "navigationBarTitleText": "五维能量"
  712. }
  713. },
  714. {
  715. "path": "detail",
  716. "style": {
  717. "navigationBarTitleText": "维度能量详情"
  718. }
  719. }
  720. ]
  721. },
  722. {
  723. "root": "pages/membership",
  724. "pages": [
  725. {
  726. "path": "index",
  727. "style": {
  728. "navigationBarTitleText": "会员中心"
  729. }
  730. },
  731. {
  732. "path": "benefits",
  733. "style": {
  734. "navigationBarTitleText": "我的权益"
  735. }
  736. },
  737. {
  738. "path": "upgrade",
  739. "style": {
  740. "navigationBarTitleText": "开通会员"
  741. }
  742. },
  743. {
  744. "path": "pay",
  745. "style": {
  746. "navigationBarTitleText": "确认订单"
  747. }
  748. },
  749. {
  750. "path": "result",
  751. "style": {
  752. "navigationBarTitleText": "支付结果"
  753. }
  754. }
  755. ]
  756. },
  757. {
  758. "root": "pages/wealth-sub",
  759. "pages": [
  760. {
  761. "path": "checkin",
  762. "style": {
  763. "navigationBarTitleText": "财商打卡"
  764. }
  765. },
  766. {
  767. "path": "insurance-list",
  768. "style": {
  769. "navigationBarTitleText": "保单管理"
  770. }
  771. },
  772. {
  773. "path": "insurance-add",
  774. "style": {
  775. "navigationBarTitleText": "新增保单"
  776. }
  777. },
  778. {
  779. "path": "insurance-planning",
  780. "style": {
  781. "navigationBarTitleText": "家庭保险规划"
  782. }
  783. }
  784. ]
  785. },
  786. {
  787. "root": "pages/meal",
  788. "pages": [
  789. {
  790. "path": "recommend",
  791. "style": {
  792. "navigationBarTitleText": "智能食谱推荐"
  793. }
  794. },
  795. {
  796. "path": "log",
  797. "style": {
  798. "navigationBarTitleText": "饮食记录"
  799. }
  800. },
  801. {
  802. "path": "recipe-detail",
  803. "style": {
  804. "navigationBarTitleText": "食谱详情"
  805. }
  806. },
  807. {
  808. "path": "preference",
  809. "style": {
  810. "navigationBarTitleText": "饮食偏好设置"
  811. }
  812. }
  813. ]
  814. },
  815. {
  816. "root": "pages/health",
  817. "pages": [
  818. {
  819. "path": "report-upload",
  820. "style": {
  821. "navigationBarTitleText": "上传报告"
  822. }
  823. },
  824. {
  825. "path": "report-confirm",
  826. "style": {
  827. "navigationBarTitleText": "确认健康报告",
  828. "navigationStyle": "custom"
  829. }
  830. },
  831. {
  832. "path": "report-survey",
  833. "style": {
  834. "navigationBarTitleText": "健康调研问卷"
  835. }
  836. },
  837. {
  838. "path": "report-list",
  839. "style": {
  840. "navigationBarTitleText": "健康报告"
  841. }
  842. },
  843. {
  844. "path": "physical-exam-detail",
  845. "style": {
  846. "navigationBarTitleText": "体检报告详情"
  847. }
  848. },
  849. {
  850. "path": "nutrition-profile",
  851. "style": {
  852. "navigationBarTitleText": "营养档案"
  853. }
  854. },
  855. {
  856. "path": "tongue-index",
  857. "style": {
  858. "navigationBarTitleText": "舌诊分析"
  859. }
  860. },
  861. {
  862. "path": "exercise-index",
  863. "style": {
  864. "navigationBarTitleText": "运动"
  865. }
  866. },
  867. {
  868. "path": "diet-index",
  869. "style": {
  870. "navigationBarTitleText": "饮食"
  871. }
  872. },
  873. {
  874. "path": "sleep-index",
  875. "style": {
  876. "navigationBarTitleText": "作息"
  877. }
  878. },
  879. {
  880. "path": "meditation-index",
  881. "style": {
  882. "navigationBarTitleText": "冥想"
  883. }
  884. },
  885. {
  886. "path": "gut-index",
  887. "style": {
  888. "navigationBarTitleText": "菌群"
  889. }
  890. },
  891. {
  892. "path": "gut-flora-detail",
  893. "style": {
  894. "navigationBarTitleText": "菌群报告详情"
  895. }
  896. },
  897. {
  898. "path": "gut-flora-species-detail",
  899. "style": {
  900. "navigationBarTitleText": "菌群详情"
  901. }
  902. },
  903. {
  904. "path": "gut-flora-risks-detail",
  905. "style": {
  906. "navigationBarTitleText": "疾病风险"
  907. }
  908. },
  909. {
  910. "path": "gut-flora-foods-detail",
  911. "style": {
  912. "navigationBarTitleText": "饮食推荐"
  913. }
  914. },
  915. {
  916. "path": "challenge-manage",
  917. "style": {
  918. "navigationBarTitleText": "家庭挑战"
  919. }
  920. },
  921. {
  922. "path": "water-index",
  923. "style": {
  924. "navigationBarTitleText": "饮水"
  925. }
  926. },
  927. {
  928. "path": "daily-checkin",
  929. "style": {
  930. "navigationBarTitleText": "健康打卡"
  931. }
  932. },
  933. {
  934. "path": "health-plan-summary",
  935. "style": {
  936. "navigationBarTitleText": "方案制定"
  937. }
  938. },
  939. {
  940. "path": "teacher-service",
  941. "style": {
  942. "navigationBarTitleText": "选择规划师服务"
  943. }
  944. },
  945. {
  946. "path": "health-status-form",
  947. "style": {
  948. "navigationBarTitleText": "健康档案",
  949. "navigationStyle": "default"
  950. }
  951. },
  952. {
  953. "path": "survey-questionnaire",
  954. "style": {
  955. "navigationBarTitleText": "定期调研"
  956. }
  957. },
  958. {
  959. "path": "survey-history",
  960. "style": {
  961. "navigationBarTitleText": "调研记录"
  962. }
  963. },
  964. {
  965. "path": "report-detail",
  966. "style": {
  967. "navigationBarTitleText": "报告详情"
  968. }
  969. }
  970. ]
  971. },
  972. {
  973. "root": "pages/body-detail",
  974. "pages": [
  975. {
  976. "path": "index",
  977. "style": {
  978. "navigationBarTitleText": "身"
  979. }
  980. },
  981. {
  982. "path": "health-report",
  983. "style": {
  984. "navigationBarTitleText": "健康报告详情"
  985. }
  986. },
  987. {
  988. "path": "health-dimensions",
  989. "style": {
  990. "navigationBarTitleText": "健康维度全景"
  991. }
  992. },
  993. {
  994. "path": "checkin",
  995. "style": {
  996. "navigationBarTitleText": "健康打卡"
  997. }
  998. },
  999. {
  1000. "path": "dimension-questionnaire",
  1001. "style": {
  1002. "navigationBarTitleText": "维度问卷"
  1003. }
  1004. },
  1005. {
  1006. "path": "dimension-detail",
  1007. "style": {
  1008. "navigationBarTitleText": "维度详情"
  1009. }
  1010. },
  1011. {
  1012. "path": "member-body-detail",
  1013. "style": {
  1014. "navigationBarTitleText": "身体能量详情",
  1015. "navigationStyle": "custom"
  1016. }
  1017. }
  1018. ]
  1019. },
  1020. {
  1021. "root": "pages/mind-detail",
  1022. "pages": [
  1023. {
  1024. "path": "index",
  1025. "style": {
  1026. "navigationBarTitleText": "心"
  1027. }
  1028. },
  1029. {
  1030. "path": "training",
  1031. "style": {
  1032. "navigationBarTitleText": "能力训练"
  1033. }
  1034. },
  1035. {
  1036. "path": "emotion-report",
  1037. "style": {
  1038. "navigationBarTitleText": "心理报告"
  1039. }
  1040. },
  1041. {
  1042. "path": "member-mind-detail",
  1043. "style": {
  1044. "navigationBarTitleText": "心智能量详情",
  1045. "navigationStyle": "custom"
  1046. }
  1047. },
  1048. {
  1049. "path": "emotion-checkin",
  1050. "style": {
  1051. "navigationBarTitleText": "情绪打卡"
  1052. }
  1053. },
  1054. {
  1055. "path": "emotion-trend",
  1056. "style": {
  1057. "navigationBarTitleText": "情绪趋势"
  1058. }
  1059. },
  1060. {
  1061. "path": "traditional-mirror",
  1062. "style": {
  1063. "navigationBarTitleText": "传统文化镜"
  1064. }
  1065. },
  1066. {
  1067. "path": "soothe-toolbox",
  1068. "style": {
  1069. "navigationBarTitleText": "疏导工具箱"
  1070. }
  1071. },
  1072. {
  1073. "path": "screening",
  1074. "style": {
  1075. "navigationBarTitleText": "心理状态自评"
  1076. }
  1077. },
  1078. {
  1079. "path": "family-dashboard",
  1080. "style": {
  1081. "navigationBarTitleText": "家庭天盘"
  1082. }
  1083. },
  1084. {
  1085. "path": "duo-compatibility",
  1086. "style": {
  1087. "navigationBarTitleText": "双人合盘"
  1088. }
  1089. },
  1090. {
  1091. "path": "innate-portrait",
  1092. "style": {
  1093. "navigationBarTitleText": "先天画像"
  1094. }
  1095. },
  1096. {
  1097. "path": "innate-trajectory",
  1098. "style": {
  1099. "navigationBarTitleText": "先天成长轨迹"
  1100. }
  1101. }
  1102. ]
  1103. },
  1104. {
  1105. "root": "pages/wisdom-detail",
  1106. "pages": [
  1107. {
  1108. "path": "index",
  1109. "style": {
  1110. "navigationBarTitleText": "智"
  1111. }
  1112. },
  1113. {
  1114. "path": "cognitive-report",
  1115. "style": {
  1116. "navigationBarTitleText": "认知测评报告"
  1117. }
  1118. },
  1119. {
  1120. "path": "member-wisdom-detail",
  1121. "style": {
  1122. "navigationBarTitleText": "智能量详情",
  1123. "navigationStyle": "custom"
  1124. }
  1125. },
  1126. {
  1127. "path": "self-quiz",
  1128. "style": {
  1129. "navigationBarTitleText": "自己出题自己答"
  1130. }
  1131. },
  1132. {
  1133. "path": "training-hub",
  1134. "style": {
  1135. "navigationBarTitleText": "认知训练中心"
  1136. }
  1137. }
  1138. ]
  1139. },
  1140. {
  1141. "root": "pages/wealth",
  1142. "pages": [
  1143. {
  1144. "path": "index",
  1145. "style": {
  1146. "navigationBarTitleText": "富"
  1147. }
  1148. }
  1149. ]
  1150. },
  1151. {
  1152. "root": "pages/wealth-detail",
  1153. "pages": [
  1154. {
  1155. "path": "member-wealth-detail",
  1156. "style": {
  1157. "navigationBarTitleText": "财富能量详情",
  1158. "navigationStyle": "custom"
  1159. }
  1160. }
  1161. ]
  1162. },
  1163. {
  1164. "root": "pages/action-detail",
  1165. "pages": [
  1166. {
  1167. "path": "index",
  1168. "style": {
  1169. "navigationBarTitleText": "行"
  1170. }
  1171. },
  1172. {
  1173. "path": "interaction-log",
  1174. "style": {
  1175. "navigationBarTitleText": "记录互动"
  1176. }
  1177. },
  1178. {
  1179. "path": "relationship-questionnaire",
  1180. "style": {
  1181. "navigationBarTitleText": "关系问卷"
  1182. }
  1183. },
  1184. {
  1185. "path": "member-action-detail",
  1186. "style": {
  1187. "navigationBarTitleText": "行动能量详情",
  1188. "navigationStyle": "custom"
  1189. }
  1190. },
  1191. {
  1192. "path": "contact-detail",
  1193. "style": {
  1194. "navigationBarTitleText": "联系人详情",
  1195. "navigationStyle": "custom"
  1196. }
  1197. }
  1198. ]
  1199. },
  1200. {
  1201. "root": "pages/discover-detail",
  1202. "pages": [
  1203. {
  1204. "path": "product-detail/product-detail",
  1205. "style": {
  1206. "navigationBarTitleText": "商品详情"
  1207. }
  1208. }
  1209. ]
  1210. },
  1211. {
  1212. "root": "pages/family",
  1213. "pages": [
  1214. {
  1215. "path": "add-member",
  1216. "style": {
  1217. "navigationBarTitleText": "添加家庭成员"
  1218. }
  1219. },
  1220. {
  1221. "path": "self-check",
  1222. "style": {
  1223. "navigationBarTitleText": "五维家庭自检"
  1224. }
  1225. },
  1226. {
  1227. "path": "self-check-result",
  1228. "style": {
  1229. "navigationBarTitleText": "自检报告"
  1230. }
  1231. },
  1232. {
  1233. "path": "self-check-entry",
  1234. "style": {
  1235. "navigationBarTitleText": "自检"
  1236. }
  1237. }
  1238. ]
  1239. },
  1240. {
  1241. "root": "pages/ai",
  1242. "pages": [
  1243. {
  1244. "path": "chat",
  1245. "style": {
  1246. "navigationBarTitleText": "AI 家庭助手",
  1247. "navigationStyle": "custom"
  1248. }
  1249. }
  1250. ]
  1251. },
  1252. {
  1253. "root": "pages/invite",
  1254. "pages": [
  1255. {
  1256. "path": "join",
  1257. "style": {
  1258. "navigationBarTitleText": "加入家庭",
  1259. "navigationStyle": "custom"
  1260. }
  1261. }
  1262. ]
  1263. },
  1264. {
  1265. "root": "pages/activity",
  1266. "pages": [
  1267. {
  1268. "path": "index",
  1269. "style": {
  1270. "navigationBarTitleText": "活动中心"
  1271. }
  1272. },
  1273. {
  1274. "path": "activity-detail/activity-detail",
  1275. "style": {
  1276. "navigationBarTitleText": "活动详情"
  1277. }
  1278. },
  1279. {
  1280. "path": "create",
  1281. "style": {
  1282. "navigationBarTitleText": "创建活动"
  1283. }
  1284. },
  1285. {
  1286. "path": "order-pay/order-pay",
  1287. "style": {
  1288. "navigationBarTitleText": "订单支付"
  1289. }
  1290. }
  1291. ]
  1292. },
  1293. {
  1294. "root": "pages/article-center",
  1295. "pages": [
  1296. {
  1297. "path": "index",
  1298. "style": {
  1299. "navigationBarTitleText": "知识中心",
  1300. "navigationStyle": "custom"
  1301. }
  1302. },
  1303. {
  1304. "path": "article-detail",
  1305. "style": {
  1306. "navigationBarTitleText": "文章详情"
  1307. }
  1308. },
  1309. {
  1310. "path": "article-edit",
  1311. "style": {
  1312. "navigationBarTitleText": "写成长记录",
  1313. "navigationStyle": "custom"
  1314. }
  1315. },
  1316. {
  1317. "path": "my-posts",
  1318. "style": {
  1319. "navigationBarTitleText": "我的发布"
  1320. }
  1321. }
  1322. ]
  1323. },
  1324. {
  1325. "root": "pages/tianpan",
  1326. "pages": [
  1327. {
  1328. "path": "index",
  1329. "style": {
  1330. "navigationBarTitleText": "家庭天盘",
  1331. "navigationStyle": "custom"
  1332. }
  1333. },
  1334. {
  1335. "path": "member-detail",
  1336. "style": {
  1337. "navigationBarTitleText": "成员详情",
  1338. "navigationStyle": "custom"
  1339. }
  1340. },
  1341. {
  1342. "path": "relation-detail",
  1343. "style": {
  1344. "navigationBarTitleText": "关系详情",
  1345. "navigationStyle": "custom"
  1346. }
  1347. },
  1348. {
  1349. "path": "annual-energy",
  1350. "style": {
  1351. "navigationBarTitleText": "年度能量",
  1352. "navigationStyle": "custom"
  1353. }
  1354. },
  1355. {
  1356. "path": "daily-fortune",
  1357. "style": {
  1358. "navigationBarTitleText": "每日运势",
  1359. "navigationStyle": "custom"
  1360. }
  1361. },
  1362. {
  1363. "path": "related-items",
  1364. "style": {
  1365. "navigationBarTitleText": "相关事项",
  1366. "navigationStyle": "custom"
  1367. }
  1368. }
  1369. ]
  1370. },
  1371. {
  1372. "root": "pages/discover",
  1373. "pages": [
  1374. {
  1375. "path": "index",
  1376. "style": {
  1377. "navigationBarTitleText": "发现"
  1378. }
  1379. },
  1380. {
  1381. "path": "circles",
  1382. "style": {
  1383. "navigationBarTitleText": "发现圈子",
  1384. "navigationStyle": "custom"
  1385. }
  1386. },
  1387. {
  1388. "path": "circle-feed",
  1389. "style": {
  1390. "navigationBarTitleText": "圈子动态"
  1391. }
  1392. },
  1393. {
  1394. "path": "create-circle",
  1395. "style": {
  1396. "navigationBarTitleText": "创建圈子"
  1397. }
  1398. }
  1399. ]
  1400. },
  1401. {
  1402. "root": "pages/member-detail",
  1403. "pages": [
  1404. {
  1405. "path": "report-detail",
  1406. "style": {
  1407. "navigationBarTitleText": "报告详情"
  1408. }
  1409. },
  1410. {
  1411. "path": "service-role-apply",
  1412. "style": {
  1413. "navigationBarTitleText": "服务角色申请"
  1414. }
  1415. }
  1416. ]
  1417. },
  1418. {
  1419. "root": "pages/user-edit",
  1420. "pages": [
  1421. {
  1422. "path": "user-edit",
  1423. "style": {
  1424. "navigationBarTitleText": "完善信息"
  1425. }
  1426. }
  1427. ]
  1428. },
  1429. {
  1430. "root": "pages/policy",
  1431. "pages": [
  1432. {
  1433. "path": "agreement",
  1434. "style": {
  1435. "navigationBarTitleText": "用户协议"
  1436. }
  1437. },
  1438. {
  1439. "path": "privacy",
  1440. "style": {
  1441. "navigationBarTitleText": "隐私政策"
  1442. }
  1443. },
  1444. {
  1445. "path": "provider-agreement",
  1446. "style": {
  1447. "navigationBarTitleText": "服务商入驻协议"
  1448. }
  1449. }
  1450. ]
  1451. },
  1452. {
  1453. "root": "pages/profile-extra",
  1454. "pages": [
  1455. {
  1456. "path": "create-child",
  1457. "style": {
  1458. "navigationBarTitleText": "添加孩子"
  1459. }
  1460. },
  1461. {
  1462. "path": "children",
  1463. "style": {
  1464. "navigationBarTitleText": "孩子管理"
  1465. }
  1466. },
  1467. {
  1468. "path": "edit-child",
  1469. "style": {
  1470. "navigationBarTitleText": "编辑孩子"
  1471. }
  1472. },
  1473. {
  1474. "path": "family-members",
  1475. "style": {
  1476. "navigationBarTitleText": "家庭成员"
  1477. }
  1478. },
  1479. {
  1480. "path": "onboarding",
  1481. "style": {
  1482. "navigationBarTitleText": "新手任务"
  1483. }
  1484. },
  1485. {
  1486. "path": "coupons",
  1487. "style": {
  1488. "navigationBarTitleText": "我的优惠券"
  1489. }
  1490. },
  1491. {
  1492. "path": "gates",
  1493. "style": {
  1494. "navigationBarTitleText": "关卡中心"
  1495. }
  1496. }
  1497. ]
  1498. },
  1499. {
  1500. "root": "pages/home-pages",
  1501. "pages": [
  1502. {
  1503. "path": "parent-index",
  1504. "style": {
  1505. "navigationBarTitleText": "首页",
  1506. "enablePullDownRefresh": true
  1507. }
  1508. },
  1509. {
  1510. "path": "child-index",
  1511. "style": {
  1512. "navigationBarTitleText": "首页"
  1513. }
  1514. },
  1515. {
  1516. "path": "member-home-detail",
  1517. "style": {
  1518. "navigationBarTitleText": "成员详情",
  1519. "navigationStyle": "custom"
  1520. }
  1521. }
  1522. ]
  1523. },
  1524. {
  1525. "root": "pages/login",
  1526. "pages": [
  1527. {
  1528. "path": "login",
  1529. "style": {
  1530. "navigationBarTitleText": "登录",
  1531. "navigationStyle": "custom"
  1532. }
  1533. }
  1534. ]
  1535. },
  1536. {
  1537. "root": "pages/share",
  1538. "pages": [
  1539. {
  1540. "path": "index",
  1541. "style": {
  1542. "navigationBarTitleText": "健康足迹"
  1543. }
  1544. }
  1545. ]
  1546. },
  1547. {
  1548. "root": "pages/profile",
  1549. "pages": [
  1550. {
  1551. "path": "index",
  1552. "style": {
  1553. "navigationBarTitleText": "我的"
  1554. }
  1555. },
  1556. {
  1557. "path": "report-management",
  1558. "style": {
  1559. "navigationBarTitleText": "报告管理"
  1560. }
  1561. },
  1562. {
  1563. "path": "report-detail",
  1564. "style": {
  1565. "navigationBarTitleText": "报告详情"
  1566. }
  1567. },
  1568. {
  1569. "path": "portrait-edit",
  1570. "style": {
  1571. "navigationBarTitleText": "我的画像"
  1572. }
  1573. }
  1574. ]
  1575. },
  1576. {
  1577. "root": "pages/diet",
  1578. "pages": [
  1579. {
  1580. "path": "index",
  1581. "style": {
  1582. "navigationBarTitleText": "饮食"
  1583. }
  1584. },
  1585. {
  1586. "path": "preferences",
  1587. "style": {
  1588. "navigationBarTitleText": "饮食偏好调研"
  1589. }
  1590. },
  1591. {
  1592. "path": "food-query",
  1593. "style": {
  1594. "navigationBarTitleText": "食材查询"
  1595. }
  1596. },
  1597. {
  1598. "path": "meal-config",
  1599. "style": {
  1600. "navigationBarTitleText": "共餐配置"
  1601. }
  1602. },
  1603. {
  1604. "path": "recommendation",
  1605. "style": {
  1606. "navigationBarTitleText": "食谱推荐"
  1607. }
  1608. },
  1609. {
  1610. "path": "records",
  1611. "style": {
  1612. "navigationBarTitleText": "饮食记录"
  1613. }
  1614. },
  1615. {
  1616. "path": "record-detail",
  1617. "style": {
  1618. "navigationBarTitleText": "记录详情"
  1619. }
  1620. }
  1621. ]
  1622. },
  1623. {
  1624. "root": "pages/achievement",
  1625. "pages": [
  1626. {
  1627. "path": "index",
  1628. "style": {
  1629. "navigationBarTitleText": "我的成就"
  1630. }
  1631. }
  1632. ]
  1633. },
  1634. {
  1635. "root": "pages/wealth-cf",
  1636. "pages": [
  1637. {
  1638. "path": "index",
  1639. "style": {
  1640. "navigationBarTitleText": "家庭CF值"
  1641. }
  1642. }
  1643. ]
  1644. },
  1645. {
  1646. "root": "pages/notification",
  1647. "pages": [
  1648. {
  1649. "path": "index",
  1650. "style": {
  1651. "navigationBarTitleText": "消息通知",
  1652. "enablePullDownRefresh": true
  1653. }
  1654. }
  1655. ]
  1656. }
  1657. ],
  1658. "globalStyle": {
  1659. "navigationBarTextStyle": "black",
  1660. "navigationBarTitleText": "浠艾福",
  1661. "navigationBarBackgroundColor": "#FFFFFF",
  1662. "backgroundColor": "#F8F8F8"
  1663. },
  1664. "lazyCodeLoading": "requiredComponents",
  1665. "tabBar": {
  1666. "color": "#7A7E83",
  1667. "selectedColor": "#F97316",
  1668. "borderStyle": "black",
  1669. "backgroundColor": "#FFFFFF",
  1670. "custom": true,
  1671. "list": [
  1672. {
  1673. "pagePath": "pages/index-home/index",
  1674. "text": "首页",
  1675. "iconPath": "static/tab-home.png",
  1676. "selectedIconPath": "static/tab-home-active.png"
  1677. },
  1678. {
  1679. "pagePath": "pages/health-main/index",
  1680. "text": "健康",
  1681. "iconPath": "static/tab-health.png",
  1682. "selectedIconPath": "static/tab-health-active.png"
  1683. },
  1684. {
  1685. "pagePath": "pages/growth-main/index",
  1686. "text": "成长",
  1687. "iconPath": "static/tab-growth.png",
  1688. "selectedIconPath": "static/tab-growth-active.png"
  1689. },
  1690. {
  1691. "pagePath": "pages/profile-main/profile",
  1692. "text": "我的",
  1693. "iconPath": "static/tab-profile.png",
  1694. "selectedIconPath": "static/tab-profile-active.png"
  1695. }
  1696. ]
  1697. },
  1698. "easycom": {
  1699. "auto": "components/@dcloudio/uni-$2/components/uni-$1/uni-$1.vue",
  1700. "pages": {
  1701. "pages/*": "components/@dcloudio/uni-$2/components/uni-$1/uni-$1.vue"
  1702. }
  1703. }
  1704. }