pages.json 32 KB

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