pages.json 39 KB

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