pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796
  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. "path": "training-plans/index",
  210. "style": { "navigationBarTitleText": "训练方案" }
  211. },
  212. {
  213. "path": "training-plans/detail",
  214. "style": { "navigationBarTitleText": "方案详情" }
  215. }
  216. ]
  217. },
  218. {
  219. "root": "pages/parent",
  220. "pages": [
  221. {
  222. "path": "market/index",
  223. "style": { "navigationBarTitleText": "套餐市场" }
  224. },
  225. {
  226. "path": "market/detail",
  227. "style": { "navigationBarTitleText": "套餐详情" }
  228. },
  229. {
  230. "path": "plans/index",
  231. "style": { "navigationBarTitleText": "我的计划" }
  232. },
  233. {
  234. "path": "plans/detail",
  235. "style": { "navigationBarTitleText": "计划详情" }
  236. },
  237. {
  238. "path": "wishes/index",
  239. "style": { "navigationBarTitleText": "心愿管理" }
  240. },
  241. {
  242. "path": "child-detail",
  243. "style": { "navigationBarTitleText": "孩子详情" }
  244. },
  245. {
  246. "path": "invite/index",
  247. "style": { "navigationBarTitleText": "邀请加入" }
  248. }
  249. ]
  250. },
  251. {
  252. "root": "pages/child",
  253. "pages": [
  254. {
  255. "path": "tasks",
  256. "style": { "navigationBarTitleText": "孩子任务" }
  257. },
  258. {
  259. "path": "rewards",
  260. "style": { "navigationBarTitleText": "孩子心愿单" }
  261. }
  262. ]
  263. },
  264. {
  265. "root": "pages/tasks",
  266. "pages": [
  267. {
  268. "path": "tasks",
  269. "style": { "navigationBarTitleText": "任务列表" }
  270. },
  271. {
  272. "path": "create-task",
  273. "style": { "navigationBarTitleText": "添加任务" }
  274. },
  275. {
  276. "path": "review",
  277. "style": { "navigationBarTitleText": "审核任务" }
  278. },
  279. {
  280. "path": "daily-tasks",
  281. "style": { "navigationBarTitleText": "每日任务" }
  282. }
  283. ]
  284. },
  285. {
  286. "root": "pages/wishes",
  287. "pages": [
  288. {
  289. "path": "index",
  290. "style": { "navigationBarTitleText": "我的心愿" }
  291. },
  292. {
  293. "path": "create",
  294. "style": { "navigationBarTitleText": "添加心愿" }
  295. },
  296. {
  297. "path": "detail",
  298. "style": { "navigationBarTitleText": "心愿详情" }
  299. }
  300. ]
  301. },
  302. {
  303. "root": "pages/rewards",
  304. "pages": [
  305. {
  306. "path": "rewards",
  307. "style": { "navigationBarTitleText": "心愿单" }
  308. },
  309. {
  310. "path": "badge",
  311. "style": { "navigationBarTitleText": "勋章墙" }
  312. }
  313. ]
  314. },
  315. {
  316. "root": "pages/games",
  317. "pages": [
  318. {
  319. "path": "list",
  320. "style": { "navigationBarTitleText": "小游戏" }
  321. },
  322. {
  323. "path": "schulte",
  324. "style": { "navigationBarTitleText": "舒尔特方格" }
  325. },
  326. {
  327. "path": "1a2b",
  328. "style": { "navigationBarTitleText": "猜数字" }
  329. },
  330. {
  331. "path": "sudoku",
  332. "style": { "navigationBarTitleText": "数独" }
  333. },
  334. {
  335. "path": "records",
  336. "style": { "navigationBarTitleText": "训练记录" }
  337. },
  338. {
  339. "path": "stats",
  340. "style": { "navigationBarTitleText": "训练统计" }
  341. }
  342. ]
  343. },
  344. {
  345. "root": "pages/assessment",
  346. "pages": [
  347. {
  348. "path": "apply",
  349. "style": { "navigationBarTitleText": "申请测评" }
  350. },
  351. {
  352. "path": "results",
  353. "style": { "navigationBarTitleText": "测评报告" }
  354. },
  355. {
  356. "path": "purchase",
  357. "style": { "navigationBarTitleText": "购买测评" }
  358. }
  359. ]
  360. },
  361. {
  362. "root": "pages/growth",
  363. "pages": [
  364. {
  365. "path": "index",
  366. "style": { "navigationBarTitleText": "成长档案" }
  367. },
  368. {
  369. "path": "create",
  370. "style": { "navigationBarTitleText": "创建成长档案" }
  371. },
  372. {
  373. "path": "detail",
  374. "style": { "navigationBarTitleText": "档案详情" }
  375. },
  376. {
  377. "path": "assessment-result",
  378. "style": { "navigationBarTitleText": "测评报告" }
  379. },
  380. {
  381. "path": "upload",
  382. "style": { "navigationBarTitleText": "上传测评报告" }
  383. },
  384. {
  385. "path": "supplement",
  386. "style": { "navigationBarTitleText": "补充测评材料" }
  387. }
  388. ]
  389. },
  390. {
  391. "root": "pages/shop",
  392. "pages": [
  393. {
  394. "path": "order-list/order-list",
  395. "style": { "navigationBarTitleText": "我的订单" }
  396. },
  397. {
  398. "path": "order-detail/order-detail",
  399. "style": { "navigationBarTitleText": "订单详情" }
  400. },
  401. {
  402. "path": "cart/cart",
  403. "style": { "navigationBarTitleText": "购物车" }
  404. },
  405. {
  406. "path": "checkout/checkout",
  407. "style": { "navigationBarTitleText": "确认订单" }
  408. },
  409. {
  410. "path": "payment/payment",
  411. "style": { "navigationBarTitleText": "支付订单" }
  412. },
  413. {
  414. "path": "logistics/logistics",
  415. "style": { "navigationBarTitleText": "物流跟踪" }
  416. },
  417. {
  418. "path": "address/address",
  419. "style": { "navigationBarTitleText": "收货地址" }
  420. },
  421. {
  422. "path": "address-edit/address-edit",
  423. "style": { "navigationBarTitleText": "编辑地址" }
  424. },
  425. {
  426. "path": "detail/detail",
  427. "style": { "navigationBarTitleText": "商品详情" }
  428. }
  429. ]
  430. },
  431. {
  432. "root": "pages/vendor",
  433. "pages": [
  434. {
  435. "path": "apply",
  436. "style": { "navigationBarTitleText": "服务商入驻" }
  437. },
  438. {
  439. "path": "center",
  440. "style": { "navigationBarTitleText": "服务商中心" }
  441. },
  442. {
  443. "path": "products/products",
  444. "style": { "navigationBarTitleText": "商品管理" }
  445. },
  446. {
  447. "path": "orders/orders",
  448. "style": { "navigationBarTitleText": "订单管理" }
  449. },
  450. {
  451. "path": "product-edit/product-edit",
  452. "style": { "navigationBarTitleText": "发布商品" }
  453. }
  454. ]
  455. },
  456. {
  457. "root": "pages/stats",
  458. "pages": [
  459. {
  460. "path": "completion-rate",
  461. "style": { "navigationBarTitleText": "任务完成率", "navigationStyle": "custom" }
  462. },
  463. {
  464. "path": "index",
  465. "style": { "navigationBarTitleText": "数据统计" }
  466. }
  467. ]
  468. },
  469. {
  470. "root": "pages/promotion",
  471. "pages": [
  472. {
  473. "path": "index",
  474. "style": { "navigationBarTitleText": "财富中心" }
  475. },
  476. {
  477. "path": "commission",
  478. "style": { "navigationBarTitleText": "佣金明细" }
  479. },
  480. {
  481. "path": "withdraw",
  482. "style": { "navigationBarTitleText": "提现" }
  483. },
  484. {
  485. "path": "invite",
  486. "style": { "navigationBarTitleText": "邀请好友" }
  487. },
  488. {
  489. "path": "team",
  490. "style": { "navigationBarTitleText": "推广团队" }
  491. },
  492. {
  493. "path": "leaderboard",
  494. "style": { "navigationBarTitleText": "推广排行榜", "enablePullDownRefresh": true }
  495. }
  496. ]
  497. },
  498. {
  499. "root": "pages/energy",
  500. "pages": [
  501. {
  502. "path": "detail",
  503. "style": { "navigationBarTitleText": "维度能量详情" }
  504. }
  505. ]
  506. },
  507. {
  508. "root": "pages/membership",
  509. "pages": [
  510. {
  511. "path": "upgrade",
  512. "style": { "navigationBarTitleText": "开通会员" }
  513. }
  514. ]
  515. },
  516. {
  517. "root": "pages/wealth",
  518. "pages": [
  519. {
  520. "path": "index",
  521. "style": { "navigationBarTitleText": "财富" }
  522. },
  523. {
  524. "path": "checkin",
  525. "style": { "navigationBarTitleText": "财商打卡" }
  526. },
  527. {
  528. "path": "insurance-list",
  529. "style": { "navigationBarTitleText": "保单管理" }
  530. },
  531. {
  532. "path": "insurance-add",
  533. "style": { "navigationBarTitleText": "新增保单" }
  534. }
  535. ]
  536. },
  537. {
  538. "root": "pages/meal",
  539. "pages": [
  540. {
  541. "path": "recommend",
  542. "style": { "navigationBarTitleText": "智能食谱推荐" }
  543. },
  544. {
  545. "path": "log",
  546. "style": { "navigationBarTitleText": "饮食记录" }
  547. },
  548. {
  549. "path": "recipe-detail",
  550. "style": { "navigationBarTitleText": "食谱详情" }
  551. },
  552. {
  553. "path": "preference",
  554. "style": { "navigationBarTitleText": "饮食偏好设置" }
  555. }
  556. ]
  557. },
  558. {
  559. "root": "pages/health",
  560. "pages": [
  561. {
  562. "path": "report-upload",
  563. "style": { "navigationBarTitleText": "上传健康报告" }
  564. },
  565. {
  566. "path": "report-confirm",
  567. "style": { "navigationBarTitleText": "确认健康报告", "navigationStyle": "custom" }
  568. },
  569. {
  570. "path": "report-survey",
  571. "style": { "navigationBarTitleText": "健康调研问卷" }
  572. },
  573. {
  574. "path": "report-list",
  575. "style": { "navigationBarTitleText": "健康报告" }
  576. },
  577. {
  578. "path": "nutrition-profile",
  579. "style": { "navigationBarTitleText": "营养档案" }
  580. },
  581. {
  582. "path": "tongue-index",
  583. "style": { "navigationBarTitleText": "舌诊分析" }
  584. }
  585. ]
  586. },
  587. {
  588. "root": "pages/body-detail",
  589. "pages": [
  590. {
  591. "path": "health-report",
  592. "style": { "navigationBarTitleText": "健康报告详情" }
  593. },
  594. {
  595. "path": "health-dimensions",
  596. "style": { "navigationBarTitleText": "健康维度全景" }
  597. },
  598. {
  599. "path": "checkin",
  600. "style": { "navigationBarTitleText": "健康打卡" }
  601. },
  602. {
  603. "path": "dimension-questionnaire",
  604. "style": { "navigationBarTitleText": "维度问卷" }
  605. },
  606. {
  607. "path": "dimension-detail",
  608. "style": { "navigationBarTitleText": "维度详情" }
  609. },
  610. {
  611. "path": "member-body-detail",
  612. "style": { "navigationBarTitleText": "身体能量详情", "navigationStyle": "custom" }
  613. }
  614. ]
  615. },
  616. {
  617. "root": "pages/mind-detail",
  618. "pages": [
  619. {
  620. "path": "articles",
  621. "style": { "navigationBarTitleText": "心智成长" }
  622. },
  623. {
  624. "path": "article-detail",
  625. "style": { "navigationBarTitleText": "文章详情" }
  626. },
  627. {
  628. "path": "training",
  629. "style": { "navigationBarTitleText": "能力训练" }
  630. },
  631. {
  632. "path": "emotion-report",
  633. "style": { "navigationBarTitleText": "心理报告" }
  634. },
  635. {
  636. "path": "member-mind-detail",
  637. "style": { "navigationBarTitleText": "心智能量详情", "navigationStyle": "custom" }
  638. },
  639. {
  640. "path": "emotion-checkin",
  641. "style": { "navigationBarTitleText": "情绪打卡" }
  642. },
  643. {
  644. "path": "emotion-trend",
  645. "style": { "navigationBarTitleText": "情绪趋势" }
  646. },
  647. {
  648. "path": "traditional-mirror",
  649. "style": { "navigationBarTitleText": "传统文化镜" }
  650. },
  651. {
  652. "path": "soothe-toolbox",
  653. "style": { "navigationBarTitleText": "疏导工具箱" }
  654. },
  655. {
  656. "path": "screening",
  657. "style": { "navigationBarTitleText": "心理状态自评" }
  658. },
  659. {
  660. "path": "family-dashboard",
  661. "style": { "navigationBarTitleText": "家庭天盘" }
  662. },
  663. {
  664. "path": "duo-compatibility",
  665. "style": { "navigationBarTitleText": "双人合盘" }
  666. }
  667. ]
  668. },
  669. {
  670. "root": "pages/wisdom-detail",
  671. "pages": [
  672. {
  673. "path": "cognitive-report",
  674. "style": { "navigationBarTitleText": "认知测评报告" }
  675. },
  676. {
  677. "path": "member-wisdom-detail",
  678. "style": { "navigationBarTitleText": "智能量详情", "navigationStyle": "custom" }
  679. },
  680. {
  681. "path": "self-quiz",
  682. "style": { "navigationBarTitleText": "自己出题自己答" }
  683. },
  684. {
  685. "path": "training-hub",
  686. "style": { "navigationBarTitleText": "认知训练中心" }
  687. }
  688. ]
  689. },
  690. {
  691. "root": "pages/action-detail",
  692. "pages": [
  693. {
  694. "path": "interaction-log",
  695. "style": { "navigationBarTitleText": "记录互动" }
  696. },
  697. {
  698. "path": "relationship-questionnaire",
  699. "style": { "navigationBarTitleText": "关系问卷" }
  700. },
  701. {
  702. "path": "member-action-detail",
  703. "style": { "navigationBarTitleText": "行动能量详情", "navigationStyle": "custom" }
  704. },
  705. {
  706. "path": "contact-detail",
  707. "style": { "navigationBarTitleText": "联系人详情", "navigationStyle": "custom" }
  708. }
  709. ]
  710. },
  711. {
  712. "root": "pages/discover-detail",
  713. "pages": [
  714. {
  715. "path": "product-detail/product-detail",
  716. "style": { "navigationBarTitleText": "商品详情" }
  717. },
  718. {
  719. "path": "activity-detail/activity-detail",
  720. "style": { "navigationBarTitleText": "活动详情" }
  721. }
  722. ]
  723. },
  724. {
  725. "root": "pages/family",
  726. "pages": [
  727. {
  728. "path": "add-member",
  729. "style": { "navigationBarTitleText": "添加家庭成员" }
  730. }
  731. ]
  732. },
  733. {
  734. "root": "pages/ai",
  735. "pages": [
  736. {
  737. "path": "chat",
  738. "style": { "navigationBarTitleText": "AI 家庭助手", "navigationStyle": "custom" }
  739. }
  740. ]
  741. },
  742. {
  743. "root": "pages/invite",
  744. "pages": [
  745. {
  746. "path": "join",
  747. "style": { "navigationBarTitleText": "加入家庭", "navigationStyle": "custom" }
  748. }
  749. ]
  750. }
  751. ],
  752. "globalStyle": {
  753. "navigationBarTextStyle": "black",
  754. "navigationBarTitleText": "浠艾福",
  755. "navigationBarBackgroundColor": "#FFFFFF",
  756. "backgroundColor": "#F8F8F8"
  757. },
  758. "tabBar": {
  759. "color": "#7A7E83",
  760. "selectedColor": "#F97316",
  761. "borderStyle": "black",
  762. "backgroundColor": "#FFFFFF",
  763. "list": [
  764. {
  765. "pagePath": "pages/index/index",
  766. "text": "行",
  767. "iconPath": "static/tab-home.png",
  768. "selectedIconPath": "static/tab-home-active.png"
  769. },
  770. {
  771. "pagePath": "pages/mind/index",
  772. "text": "心",
  773. "iconPath": "static/tab-mind.png",
  774. "selectedIconPath": "static/tab-mind-active.png"
  775. },
  776. {
  777. "pagePath": "pages/body/index",
  778. "text": "身",
  779. "iconPath": "static/tab-body.png",
  780. "selectedIconPath": "static/tab-body-active.png"
  781. },
  782. {
  783. "pagePath": "pages/wisdom/index",
  784. "text": "智",
  785. "iconPath": "static/tab-wealth.png",
  786. "selectedIconPath": "static/tab-wealth-active.png"
  787. },
  788. {
  789. "pagePath": "pages/profile/profile",
  790. "text": "富",
  791. "iconPath": "static/tab-profile.png",
  792. "selectedIconPath": "static/tab-profile-active.png"
  793. }
  794. ]
  795. }
  796. }