pages.json 35 KB

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