pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/splash/splash",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页"
  13. }
  14. },
  15. {
  16. "path": "pages/index/child-index",
  17. "style": {
  18. "navigationBarTitleText": "首页"
  19. }
  20. },
  21. {
  22. "path": "pages/index/parent-index",
  23. "style": {
  24. "navigationBarTitleText": "首页",
  25. "enablePullDownRefresh": true
  26. }
  27. },
  28. {
  29. "path": "pages/mind/index",
  30. "style": {
  31. "navigationBarTitleText": "心"
  32. }
  33. },
  34. {
  35. "path": "pages/body/index",
  36. "style": {
  37. "navigationBarTitleText": "身"
  38. }
  39. },
  40. {
  41. "path": "pages/wisdom/index",
  42. "style": {
  43. "navigationBarTitleText": "智"
  44. }
  45. },
  46. {
  47. "path": "pages/profile/profile",
  48. "style": {
  49. "navigationBarTitleText": "我的"
  50. }
  51. },
  52. {
  53. "path": "pages/login/login",
  54. "style": {
  55. "navigationBarTitleText": "登录",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/policy/agreement",
  61. "style": {
  62. "navigationBarTitleText": "用户协议"
  63. }
  64. },
  65. {
  66. "path": "pages/policy/privacy",
  67. "style": {
  68. "navigationBarTitleText": "隐私政策"
  69. }
  70. },
  71. {
  72. "path": "pages/user-edit/user-edit",
  73. "style": {
  74. "navigationBarTitleText": "完善信息"
  75. }
  76. },
  77. {
  78. "path": "pages/discover/index",
  79. "style": {
  80. "navigationBarTitleText": "发现"
  81. }
  82. },
  83. {
  84. "path": "pages/action/index",
  85. "style": {
  86. "navigationBarTitleText": "行动"
  87. }
  88. },
  89. {
  90. "path": "pages/index/member-home-detail",
  91. "style": {
  92. "navigationBarTitleText": "成员详情",
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "pages/profile/create-child",
  98. "style": {
  99. "navigationBarTitleText": "添加孩子"
  100. }
  101. },
  102. {
  103. "path": "pages/profile/children",
  104. "style": {
  105. "navigationBarTitleText": "孩子管理"
  106. }
  107. },
  108. {
  109. "path": "pages/profile/edit-child",
  110. "style": {
  111. "navigationBarTitleText": "编辑孩子"
  112. }
  113. },
  114. {
  115. "path": "pages/profile/family-members",
  116. "style": {
  117. "navigationBarTitleText": "家庭成员"
  118. }
  119. },
  120. {
  121. "path": "pages/profile/onboarding",
  122. "style": {
  123. "navigationBarTitleText": "新手任务"
  124. }
  125. },
  126. {
  127. "path": "pages/profile/coupons",
  128. "style": {
  129. "navigationBarTitleText": "我的优惠券"
  130. }
  131. },
  132. {
  133. "path": "pages/membership/index",
  134. "style": {
  135. "navigationBarTitleText": "会员中心"
  136. }
  137. }
  138. ],
  139. "subPackages": [
  140. {
  141. "root": "pages/teacher",
  142. "pages": [
  143. {
  144. "path": "index",
  145. "style": { "navigationBarTitleText": "成长规划师中心" }
  146. },
  147. {
  148. "path": "families",
  149. "style": { "navigationBarTitleText": "我的家庭" }
  150. },
  151. {
  152. "path": "team",
  153. "style": { "navigationBarTitleText": "我的团队" }
  154. },
  155. {
  156. "path": "messages",
  157. "style": { "navigationBarTitleText": "消息中心" }
  158. },
  159. {
  160. "path": "orders",
  161. "style": { "navigationBarTitleText": "订单与佣金" }
  162. },
  163. {
  164. "path": "chat",
  165. "style": { "navigationBarTitleText": "聊天" }
  166. },
  167. {
  168. "path": "teacher-profile",
  169. "style": { "navigationBarTitleText": "我的" }
  170. }
  171. ]
  172. },
  173. {
  174. "root": "pages/guide",
  175. "pages": [
  176. {
  177. "path": "packages/index",
  178. "style": { "navigationBarTitleText": "我的套餐" }
  179. },
  180. {
  181. "path": "packages/create",
  182. "style": { "navigationBarTitleText": "创建套餐" }
  183. },
  184. {
  185. "path": "packages/detail",
  186. "style": { "navigationBarTitleText": "套餐详情" }
  187. },
  188. {
  189. "path": "packages/share",
  190. "style": { "navigationBarTitleText": "分享套餐" }
  191. },
  192. {
  193. "path": "bind/invite",
  194. "style": { "navigationBarTitleText": "绑定成长规划师" }
  195. },
  196. {
  197. "path": "register/index",
  198. "style": { "navigationBarTitleText": "成为成长规划师" }
  199. },
  200. {
  201. "path": "invite/share",
  202. "style": { "navigationBarTitleText": "邀请分享" }
  203. },
  204. {
  205. "path": "hierarchy/index",
  206. "style": { "navigationBarTitleText": "下级成长规划师" }
  207. }
  208. ]
  209. },
  210. {
  211. "root": "pages/parent",
  212. "pages": [
  213. {
  214. "path": "market/index",
  215. "style": { "navigationBarTitleText": "套餐市场" }
  216. },
  217. {
  218. "path": "market/detail",
  219. "style": { "navigationBarTitleText": "套餐详情" }
  220. },
  221. {
  222. "path": "plans/index",
  223. "style": { "navigationBarTitleText": "我的计划" }
  224. },
  225. {
  226. "path": "plans/detail",
  227. "style": { "navigationBarTitleText": "计划详情" }
  228. },
  229. {
  230. "path": "wishes/index",
  231. "style": { "navigationBarTitleText": "心愿管理" }
  232. },
  233. {
  234. "path": "child-detail",
  235. "style": { "navigationBarTitleText": "孩子详情" }
  236. },
  237. {
  238. "path": "invite/index",
  239. "style": { "navigationBarTitleText": "邀请加入" }
  240. }
  241. ]
  242. },
  243. {
  244. "root": "pages/child",
  245. "pages": [
  246. {
  247. "path": "tasks",
  248. "style": { "navigationBarTitleText": "孩子任务" }
  249. },
  250. {
  251. "path": "rewards",
  252. "style": { "navigationBarTitleText": "孩子心愿单" }
  253. }
  254. ]
  255. },
  256. {
  257. "root": "pages/tasks",
  258. "pages": [
  259. {
  260. "path": "tasks",
  261. "style": { "navigationBarTitleText": "任务列表" }
  262. },
  263. {
  264. "path": "create-task",
  265. "style": { "navigationBarTitleText": "添加任务" }
  266. },
  267. {
  268. "path": "review",
  269. "style": { "navigationBarTitleText": "审核任务" }
  270. },
  271. {
  272. "path": "daily-tasks",
  273. "style": { "navigationBarTitleText": "每日任务" }
  274. }
  275. ]
  276. },
  277. {
  278. "root": "pages/wishes",
  279. "pages": [
  280. {
  281. "path": "index",
  282. "style": { "navigationBarTitleText": "我的心愿" }
  283. },
  284. {
  285. "path": "create",
  286. "style": { "navigationBarTitleText": "添加心愿" }
  287. },
  288. {
  289. "path": "detail",
  290. "style": { "navigationBarTitleText": "心愿详情" }
  291. }
  292. ]
  293. },
  294. {
  295. "root": "pages/rewards",
  296. "pages": [
  297. {
  298. "path": "rewards",
  299. "style": { "navigationBarTitleText": "心愿单" }
  300. },
  301. {
  302. "path": "badge",
  303. "style": { "navigationBarTitleText": "勋章墙" }
  304. }
  305. ]
  306. },
  307. {
  308. "root": "pages/games",
  309. "pages": [
  310. {
  311. "path": "list",
  312. "style": { "navigationBarTitleText": "小游戏" }
  313. },
  314. {
  315. "path": "schulte",
  316. "style": { "navigationBarTitleText": "舒尔特方格" }
  317. },
  318. {
  319. "path": "1a2b",
  320. "style": { "navigationBarTitleText": "猜数字" }
  321. },
  322. {
  323. "path": "sudoku",
  324. "style": { "navigationBarTitleText": "数独" }
  325. },
  326. {
  327. "path": "records",
  328. "style": { "navigationBarTitleText": "训练记录" }
  329. },
  330. {
  331. "path": "stats",
  332. "style": { "navigationBarTitleText": "训练统计" }
  333. }
  334. ]
  335. },
  336. {
  337. "root": "pages/assessment",
  338. "pages": [
  339. {
  340. "path": "apply",
  341. "style": { "navigationBarTitleText": "申请测评" }
  342. },
  343. {
  344. "path": "results",
  345. "style": { "navigationBarTitleText": "测评报告" }
  346. },
  347. {
  348. "path": "purchase",
  349. "style": { "navigationBarTitleText": "购买测评" }
  350. }
  351. ]
  352. },
  353. {
  354. "root": "pages/growth",
  355. "pages": [
  356. {
  357. "path": "index",
  358. "style": { "navigationBarTitleText": "成长档案" }
  359. },
  360. {
  361. "path": "create",
  362. "style": { "navigationBarTitleText": "创建成长档案" }
  363. },
  364. {
  365. "path": "detail",
  366. "style": { "navigationBarTitleText": "档案详情" }
  367. },
  368. {
  369. "path": "assessment-result",
  370. "style": { "navigationBarTitleText": "测评报告" }
  371. },
  372. {
  373. "path": "upload",
  374. "style": { "navigationBarTitleText": "上传测评报告" }
  375. },
  376. {
  377. "path": "supplement",
  378. "style": { "navigationBarTitleText": "补充测评材料" }
  379. }
  380. ]
  381. },
  382. {
  383. "root": "pages/shop",
  384. "pages": [
  385. {
  386. "path": "order-list/order-list",
  387. "style": { "navigationBarTitleText": "我的订单" }
  388. },
  389. {
  390. "path": "order-detail/order-detail",
  391. "style": { "navigationBarTitleText": "订单详情" }
  392. },
  393. {
  394. "path": "cart/cart",
  395. "style": { "navigationBarTitleText": "购物车" }
  396. },
  397. {
  398. "path": "checkout/checkout",
  399. "style": { "navigationBarTitleText": "确认订单" }
  400. },
  401. {
  402. "path": "payment/payment",
  403. "style": { "navigationBarTitleText": "支付订单" }
  404. },
  405. {
  406. "path": "logistics/logistics",
  407. "style": { "navigationBarTitleText": "物流跟踪" }
  408. },
  409. {
  410. "path": "address/address",
  411. "style": { "navigationBarTitleText": "收货地址" }
  412. },
  413. {
  414. "path": "address-edit/address-edit",
  415. "style": { "navigationBarTitleText": "编辑地址" }
  416. },
  417. {
  418. "path": "detail/detail",
  419. "style": { "navigationBarTitleText": "商品详情" }
  420. }
  421. ]
  422. },
  423. {
  424. "root": "pages/vendor",
  425. "pages": [
  426. {
  427. "path": "apply",
  428. "style": { "navigationBarTitleText": "服务商入驻" }
  429. },
  430. {
  431. "path": "center",
  432. "style": { "navigationBarTitleText": "服务商中心" }
  433. },
  434. {
  435. "path": "products/products",
  436. "style": { "navigationBarTitleText": "商品管理" }
  437. },
  438. {
  439. "path": "orders/orders",
  440. "style": { "navigationBarTitleText": "订单管理" }
  441. },
  442. {
  443. "path": "product-edit/product-edit",
  444. "style": { "navigationBarTitleText": "发布商品" }
  445. }
  446. ]
  447. },
  448. {
  449. "root": "pages/stats",
  450. "pages": [
  451. {
  452. "path": "completion-rate",
  453. "style": { "navigationBarTitleText": "任务完成率", "navigationStyle": "custom" }
  454. },
  455. {
  456. "path": "index",
  457. "style": { "navigationBarTitleText": "数据统计" }
  458. }
  459. ]
  460. },
  461. {
  462. "root": "pages/promotion",
  463. "pages": [
  464. {
  465. "path": "index",
  466. "style": { "navigationBarTitleText": "财富中心" }
  467. },
  468. {
  469. "path": "commission",
  470. "style": { "navigationBarTitleText": "佣金明细" }
  471. },
  472. {
  473. "path": "withdraw",
  474. "style": { "navigationBarTitleText": "提现" }
  475. },
  476. {
  477. "path": "invite",
  478. "style": { "navigationBarTitleText": "邀请好友" }
  479. },
  480. {
  481. "path": "team",
  482. "style": { "navigationBarTitleText": "推广团队" }
  483. },
  484. {
  485. "path": "leaderboard",
  486. "style": { "navigationBarTitleText": "推广排行榜", "enablePullDownRefresh": true }
  487. }
  488. ]
  489. },
  490. {
  491. "root": "pages/energy",
  492. "pages": [
  493. {
  494. "path": "detail",
  495. "style": { "navigationBarTitleText": "维度能量详情" }
  496. }
  497. ]
  498. },
  499. {
  500. "root": "pages/membership",
  501. "pages": [
  502. {
  503. "path": "upgrade",
  504. "style": { "navigationBarTitleText": "开通会员" }
  505. }
  506. ]
  507. },
  508. {
  509. "root": "pages/wealth",
  510. "pages": [
  511. {
  512. "path": "index",
  513. "style": { "navigationBarTitleText": "财富" }
  514. },
  515. {
  516. "path": "checkin",
  517. "style": { "navigationBarTitleText": "财商打卡" }
  518. },
  519. {
  520. "path": "insurance-list",
  521. "style": { "navigationBarTitleText": "保单管理" }
  522. },
  523. {
  524. "path": "insurance-add",
  525. "style": { "navigationBarTitleText": "新增保单" }
  526. }
  527. ]
  528. },
  529. {
  530. "root": "pages/meal",
  531. "pages": [
  532. {
  533. "path": "recommend",
  534. "style": { "navigationBarTitleText": "智能食谱推荐" }
  535. },
  536. {
  537. "path": "log",
  538. "style": { "navigationBarTitleText": "饮食记录" }
  539. },
  540. {
  541. "path": "recipe-detail",
  542. "style": { "navigationBarTitleText": "食谱详情" }
  543. },
  544. {
  545. "path": "preference",
  546. "style": { "navigationBarTitleText": "饮食偏好设置" }
  547. }
  548. ]
  549. },
  550. {
  551. "root": "pages/health",
  552. "pages": [
  553. {
  554. "path": "report-upload",
  555. "style": { "navigationBarTitleText": "上传健康报告" }
  556. },
  557. {
  558. "path": "report-confirm",
  559. "style": { "navigationBarTitleText": "确认健康报告", "navigationStyle": "custom" }
  560. },
  561. {
  562. "path": "report-survey",
  563. "style": { "navigationBarTitleText": "健康调研问卷" }
  564. },
  565. {
  566. "path": "report-list",
  567. "style": { "navigationBarTitleText": "健康报告" }
  568. },
  569. {
  570. "path": "nutrition-profile",
  571. "style": { "navigationBarTitleText": "营养档案" }
  572. },
  573. {
  574. "path": "tongue-index",
  575. "style": { "navigationBarTitleText": "舌诊分析" }
  576. }
  577. ]
  578. },
  579. {
  580. "root": "pages/body-detail",
  581. "pages": [
  582. {
  583. "path": "health-report",
  584. "style": { "navigationBarTitleText": "健康报告详情" }
  585. },
  586. {
  587. "path": "health-dimensions",
  588. "style": { "navigationBarTitleText": "健康维度全景" }
  589. },
  590. {
  591. "path": "checkin",
  592. "style": { "navigationBarTitleText": "健康打卡" }
  593. },
  594. {
  595. "path": "dimension-questionnaire",
  596. "style": { "navigationBarTitleText": "维度问卷" }
  597. },
  598. {
  599. "path": "dimension-detail",
  600. "style": { "navigationBarTitleText": "维度详情" }
  601. },
  602. {
  603. "path": "member-body-detail",
  604. "style": { "navigationBarTitleText": "身体能量详情", "navigationStyle": "custom" }
  605. }
  606. ]
  607. },
  608. {
  609. "root": "pages/mind-detail",
  610. "pages": [
  611. {
  612. "path": "articles",
  613. "style": { "navigationBarTitleText": "心智成长" }
  614. },
  615. {
  616. "path": "article-detail",
  617. "style": { "navigationBarTitleText": "文章详情" }
  618. },
  619. {
  620. "path": "training",
  621. "style": { "navigationBarTitleText": "能力训练" }
  622. },
  623. {
  624. "path": "emotion-report",
  625. "style": { "navigationBarTitleText": "心理报告" }
  626. },
  627. {
  628. "path": "member-mind-detail",
  629. "style": { "navigationBarTitleText": "心智能量详情", "navigationStyle": "custom" }
  630. },
  631. {
  632. "path": "emotion-checkin",
  633. "style": { "navigationBarTitleText": "情绪打卡" }
  634. },
  635. {
  636. "path": "emotion-trend",
  637. "style": { "navigationBarTitleText": "情绪趋势" }
  638. },
  639. {
  640. "path": "traditional-mirror",
  641. "style": { "navigationBarTitleText": "传统文化镜" }
  642. },
  643. {
  644. "path": "soothe-toolbox",
  645. "style": { "navigationBarTitleText": "疏导工具箱" }
  646. },
  647. {
  648. "path": "screening",
  649. "style": { "navigationBarTitleText": "心理状态自评" }
  650. }
  651. ]
  652. },
  653. {
  654. "root": "pages/wisdom-detail",
  655. "pages": [
  656. {
  657. "path": "cognitive-report",
  658. "style": { "navigationBarTitleText": "认知测评报告" }
  659. },
  660. {
  661. "path": "member-wisdom-detail",
  662. "style": { "navigationBarTitleText": "智能量详情", "navigationStyle": "custom" }
  663. },
  664. {
  665. "path": "self-quiz",
  666. "style": { "navigationBarTitleText": "自己出题自己答" }
  667. },
  668. {
  669. "path": "training-hub",
  670. "style": { "navigationBarTitleText": "认知训练中心" }
  671. }
  672. ]
  673. },
  674. {
  675. "root": "pages/action-detail",
  676. "pages": [
  677. {
  678. "path": "interaction-log",
  679. "style": { "navigationBarTitleText": "记录互动" }
  680. },
  681. {
  682. "path": "relationship-questionnaire",
  683. "style": { "navigationBarTitleText": "关系问卷" }
  684. },
  685. {
  686. "path": "member-action-detail",
  687. "style": { "navigationBarTitleText": "行动能量详情", "navigationStyle": "custom" }
  688. },
  689. {
  690. "path": "contact-detail",
  691. "style": { "navigationBarTitleText": "联系人详情", "navigationStyle": "custom" }
  692. }
  693. ]
  694. },
  695. {
  696. "root": "pages/discover-detail",
  697. "pages": [
  698. {
  699. "path": "product-detail/product-detail",
  700. "style": { "navigationBarTitleText": "商品详情" }
  701. },
  702. {
  703. "path": "activity-detail/activity-detail",
  704. "style": { "navigationBarTitleText": "活动详情" }
  705. }
  706. ]
  707. },
  708. {
  709. "root": "pages/family",
  710. "pages": [
  711. {
  712. "path": "add-member",
  713. "style": { "navigationBarTitleText": "添加家庭成员" }
  714. }
  715. ]
  716. },
  717. {
  718. "root": "pages/ai",
  719. "pages": [
  720. {
  721. "path": "chat",
  722. "style": { "navigationBarTitleText": "AI 家庭助手", "navigationStyle": "custom" }
  723. }
  724. ]
  725. },
  726. {
  727. "root": "pages/invite",
  728. "pages": [
  729. {
  730. "path": "join",
  731. "style": { "navigationBarTitleText": "加入家庭", "navigationStyle": "custom" }
  732. }
  733. ]
  734. }
  735. ],
  736. "globalStyle": {
  737. "navigationBarTextStyle": "black",
  738. "navigationBarTitleText": "浠艾福",
  739. "navigationBarBackgroundColor": "#FFFFFF",
  740. "backgroundColor": "#F8F8F8"
  741. },
  742. "tabBar": {
  743. "color": "#7A7E83",
  744. "selectedColor": "#F97316",
  745. "borderStyle": "black",
  746. "backgroundColor": "#FFFFFF",
  747. "list": [
  748. {
  749. "pagePath": "pages/index/index",
  750. "text": "行",
  751. "iconPath": "static/tab-home.png",
  752. "selectedIconPath": "static/tab-home-active.png"
  753. },
  754. {
  755. "pagePath": "pages/mind/index",
  756. "text": "心",
  757. "iconPath": "static/tab-mind.png",
  758. "selectedIconPath": "static/tab-mind-active.png"
  759. },
  760. {
  761. "pagePath": "pages/body/index",
  762. "text": "身",
  763. "iconPath": "static/tab-body.png",
  764. "selectedIconPath": "static/tab-body-active.png"
  765. },
  766. {
  767. "pagePath": "pages/wisdom/index",
  768. "text": "智",
  769. "iconPath": "static/tab-wealth.png",
  770. "selectedIconPath": "static/tab-wealth-active.png"
  771. },
  772. {
  773. "pagePath": "pages/profile/profile",
  774. "text": "富",
  775. "iconPath": "static/tab-profile.png",
  776. "selectedIconPath": "static/tab-profile-active.png"
  777. }
  778. ]
  779. }
  780. }