pages.json 30 KB

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