pages.json 37 KB

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