| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762 |
- {
- "pages": [
- // ===== 入口页 + TabBar 页面(必须在主包,第一项为小程序首页)=====
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/index/child-index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/index/parent-index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true
- }
- },
- // ===== 品牌开屏页 =====
- {
- "path": "pages/splash/splash",
- "style": {
- "navigationStyle": "custom"
- }
- },
- // ===== 主包:其他页面 =====
- {
- "path": "pages/discover/index",
- "style": {
- "navigationBarTitleText": "发现"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/policy/agreement",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "pages/policy/privacy",
- "style": {
- "navigationBarTitleText": "隐私政策"
- }
- },
- {
- "path": "pages/user-edit/user-edit",
- "style": {
- "navigationBarTitleText": "完善信息"
- }
- },
- {
- "path": "pages/body/index",
- "style": {
- "navigationBarTitleText": "身"
- }
- },
- {
- "path": "pages/body/health-report",
- "style": {
- "navigationBarTitleText": "健康报告详情"
- }
- },
- {
- "path": "pages/body/health-dimensions",
- "style": {
- "navigationBarTitleText": "健康维度全景"
- }
- },
- {
- "path": "pages/body/checkin",
- "style": {
- "navigationBarTitleText": "健康打卡"
- }
- },
- {
- "path": "pages/body/member-body-detail",
- "style": {
- "navigationBarTitleText": "身体能量详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/health/report-upload",
- "style": {
- "navigationBarTitleText": "上传健康报告"
- }
- },
- {
- "path": "pages/health/report-list",
- "style": {
- "navigationBarTitleText": "健康报告"
- }
- },
- {
- "path": "pages/health/nutrition-profile",
- "style": {
- "navigationBarTitleText": "营养档案"
- }
- },
- {
- "path": "pages/mind/index",
- "style": {
- "navigationBarTitleText": "心"
- }
- },
- {
- "path": "pages/mind/articles",
- "style": {
- "navigationBarTitleText": "心智成长"
- }
- },
- {
- "path": "pages/mind/article-detail",
- "style": {
- "navigationBarTitleText": "文章详情"
- }
- },
- {
- "path": "pages/mind/training",
- "style": {
- "navigationBarTitleText": "能力训练"
- }
- },
- {
- "path": "pages/mind/emotion-report",
- "style": {
- "navigationBarTitleText": "心理报告"
- }
- },
- {
- "path": "pages/mind/member-mind-detail",
- "style": {
- "navigationBarTitleText": "心智能量详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/action/index",
- "style": {
- "navigationBarTitleText": "行动"
- }
- },
- // ===== 智慧维度(从分包提级为主包,TabBar 页面)=====
- {
- "path": "pages/wisdom/index",
- "style": {
- "navigationBarTitleText": "智慧"
- }
- },
- {
- "path": "pages/wisdom/cognitive-report",
- "style": {
- "navigationBarTitleText": "认知测评报告"
- }
- },
- {
- "path": "pages/wisdom/member-wisdom-detail",
- "style": {
- "navigationBarTitleText": "智能量详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/wisdom/self-quiz",
- "style": {
- "navigationBarTitleText": "自己出题自己答"
- }
- },
- {
- "path": "pages/wisdom/training-hub",
- "style": {
- "navigationBarTitleText": "认知训练中心"
- }
- },
- {
- "path": "pages/action/member-action-detail",
- "style": {
- "navigationBarTitleText": "行动能量详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/action/contact-detail",
- "style": {
- "navigationBarTitleText": "联系人详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/member-home-detail",
- "style": {
- "navigationBarTitleText": "成员详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/profile/profile",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/profile/create-child",
- "style": {
- "navigationBarTitleText": "添加孩子"
- }
- },
- {
- "path": "pages/profile/children",
- "style": {
- "navigationBarTitleText": "孩子管理"
- }
- },
- {
- "path": "pages/profile/edit-child",
- "style": {
- "navigationBarTitleText": "编辑孩子"
- }
- },
- {
- "path": "pages/profile/family-members",
- "style": {
- "navigationBarTitleText": "家庭成员"
- }
- },
- {
- "path": "pages/profile/onboarding",
- "style": {
- "navigationBarTitleText": "新手任务"
- }
- },
- {
- "path": "pages/profile/coupons",
- "style": {
- "navigationBarTitleText": "我的优惠券"
- }
- },
- {
- "path": "pages/family/add-member",
- "style": {
- "navigationBarTitleText": "添加家庭成员"
- }
- },
- {
- "path": "pages/discover/product-detail/product-detail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/discover/activity-detail/activity-detail",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- },
- // ===== AI 聊天 =====
- {
- "path": "pages/ai/chat",
- "style": {
- "navigationBarTitleText": "AI 家庭助手",
- "navigationStyle": "custom"
- }
- },
- // ===== 邀请加入 =====
- {
- "path": "pages/invite/join",
- "style": {
- "navigationBarTitleText": "加入家庭",
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- // ===== 成长规划师 =====
- {
- "root": "pages/teacher",
- "pages": [
- {
- "path": "index",
- "style": { "navigationBarTitleText": "成长规划师中心" }
- },
- {
- "path": "families",
- "style": { "navigationBarTitleText": "我的家庭" }
- },
- {
- "path": "team",
- "style": { "navigationBarTitleText": "我的团队" }
- },
- {
- "path": "messages",
- "style": { "navigationBarTitleText": "消息中心" }
- },
- {
- "path": "orders",
- "style": { "navigationBarTitleText": "订单与佣金" }
- },
- {
- "path": "chat",
- "style": { "navigationBarTitleText": "聊天" }
- },
- {
- "path": "teacher-profile",
- "style": { "navigationBarTitleText": "我的" }
- }
- ]
- },
- // ===== 规划师入驻/套餐 =====
- {
- "root": "pages/guide",
- "pages": [
- {
- "path": "packages/index",
- "style": { "navigationBarTitleText": "我的套餐" }
- },
- {
- "path": "packages/create",
- "style": { "navigationBarTitleText": "创建套餐" }
- },
- {
- "path": "packages/detail",
- "style": { "navigationBarTitleText": "套餐详情" }
- },
- {
- "path": "packages/share",
- "style": { "navigationBarTitleText": "分享套餐" }
- },
- {
- "path": "bind/invite",
- "style": { "navigationBarTitleText": "绑定成长规划师" }
- },
- {
- "path": "register/index",
- "style": { "navigationBarTitleText": "成为成长规划师" }
- },
- {
- "path": "invite/share",
- "style": { "navigationBarTitleText": "邀请分享" }
- },
- {
- "path": "hierarchy/index",
- "style": { "navigationBarTitleText": "下级成长规划师" }
- }
- ]
- },
- // ===== 家长专属 =====
- {
- "root": "pages/parent",
- "pages": [
- {
- "path": "market/index",
- "style": { "navigationBarTitleText": "套餐市场" }
- },
- {
- "path": "market/detail",
- "style": { "navigationBarTitleText": "套餐详情" }
- },
- {
- "path": "plans/index",
- "style": { "navigationBarTitleText": "我的计划" }
- },
- {
- "path": "plans/detail",
- "style": { "navigationBarTitleText": "计划详情" }
- },
- {
- "path": "wishes/index",
- "style": { "navigationBarTitleText": "心愿管理" }
- },
- {
- "path": "child-detail",
- "style": { "navigationBarTitleText": "孩子详情" }
- },
- {
- "path": "invite/index",
- "style": { "navigationBarTitleText": "邀请加入" }
- }
- ]
- },
- // ===== 孩子端 =====
- {
- "root": "pages/child",
- "pages": [
- {
- "path": "tasks",
- "style": { "navigationBarTitleText": "孩子任务" }
- },
- {
- "path": "rewards",
- "style": { "navigationBarTitleText": "孩子心愿单" }
- }
- ]
- },
- // ===== 任务管理 =====
- {
- "root": "pages/tasks",
- "pages": [
- {
- "path": "tasks",
- "style": { "navigationBarTitleText": "任务列表" }
- },
- {
- "path": "create-task",
- "style": { "navigationBarTitleText": "添加任务" }
- },
- {
- "path": "review",
- "style": { "navigationBarTitleText": "审核任务" }
- },
- {
- "path": "daily-tasks",
- "style": { "navigationBarTitleText": "每日任务" }
- }
- ]
- },
- // ===== 心愿单 =====
- {
- "root": "pages/wishes",
- "pages": [
- {
- "path": "index",
- "style": { "navigationBarTitleText": "我的心愿" }
- },
- {
- "path": "create",
- "style": { "navigationBarTitleText": "添加心愿" }
- },
- {
- "path": "detail",
- "style": { "navigationBarTitleText": "心愿详情" }
- }
- ]
- },
- // ===== 奖励/勋章 =====
- {
- "root": "pages/rewards",
- "pages": [
- {
- "path": "rewards",
- "style": { "navigationBarTitleText": "心愿单" }
- },
- {
- "path": "badge",
- "style": { "navigationBarTitleText": "勋章墙" }
- }
- ]
- },
- // ===== 小游戏 =====
- {
- "root": "pages/games",
- "pages": [
- {
- "path": "list",
- "style": { "navigationBarTitleText": "小游戏" }
- },
- {
- "path": "schulte",
- "style": { "navigationBarTitleText": "舒尔特方格" }
- },
- {
- "path": "1a2b",
- "style": { "navigationBarTitleText": "猜数字" }
- },
- {
- "path": "sudoku",
- "style": { "navigationBarTitleText": "数独" }
- },
- {
- "path": "records",
- "style": { "navigationBarTitleText": "训练记录" }
- },
- {
- "path": "stats",
- "style": { "navigationBarTitleText": "训练统计" }
- }
- ]
- },
- // ===== 测评 =====
- {
- "root": "pages/assessment",
- "pages": [
- {
- "path": "apply",
- "style": { "navigationBarTitleText": "申请测评" }
- },
- {
- "path": "results",
- "style": { "navigationBarTitleText": "测评报告" }
- },
- {
- "path": "purchase",
- "style": { "navigationBarTitleText": "购买测评" }
- }
- ]
- },
- // ===== 成长档案 =====
- {
- "root": "pages/growth",
- "pages": [
- {
- "path": "index",
- "style": { "navigationBarTitleText": "成长档案" }
- },
- {
- "path": "create",
- "style": { "navigationBarTitleText": "创建成长档案" }
- },
- {
- "path": "detail",
- "style": { "navigationBarTitleText": "档案详情" }
- },
- {
- "path": "assessment-result",
- "style": { "navigationBarTitleText": "测评报告" }
- },
- {
- "path": "upload",
- "style": { "navigationBarTitleText": "上传测评报告" }
- },
- {
- "path": "supplement",
- "style": { "navigationBarTitleText": "补充测评材料" }
- }
- ]
- },
- // ===== 商城 =====
- {
- "root": "pages/shop",
- "pages": [
- {
- "path": "order-list/order-list",
- "style": { "navigationBarTitleText": "我的订单" }
- },
- {
- "path": "order-detail/order-detail",
- "style": { "navigationBarTitleText": "订单详情" }
- },
- {
- "path": "cart/cart",
- "style": { "navigationBarTitleText": "购物车" }
- },
- {
- "path": "checkout/checkout",
- "style": { "navigationBarTitleText": "确认订单" }
- },
- {
- "path": "payment/payment",
- "style": { "navigationBarTitleText": "支付订单" }
- },
- {
- "path": "logistics/logistics",
- "style": { "navigationBarTitleText": "物流跟踪" }
- },
- {
- "path": "address/address",
- "style": { "navigationBarTitleText": "收货地址" }
- },
- {
- "path": "address-edit/address-edit",
- "style": { "navigationBarTitleText": "编辑地址" }
- },
- {
- "path": "detail/detail",
- "style": { "navigationBarTitleText": "商品详情" }
- }
- ]
- },
- // ===== 服务商入驻 =====
- {
- "root": "pages/vendor",
- "pages": [
- {
- "path": "apply",
- "style": { "navigationBarTitleText": "服务商入驻" }
- },
- {
- "path": "center",
- "style": { "navigationBarTitleText": "服务商中心" }
- },
- {
- "path": "products/products",
- "style": { "navigationBarTitleText": "商品管理" }
- },
- {
- "path": "orders/orders",
- "style": { "navigationBarTitleText": "订单管理" }
- },
- {
- "path": "product-edit/product-edit",
- "style": { "navigationBarTitleText": "发布商品" }
- }
- ]
- },
- // ===== 数据统计 =====
- {
- "root": "pages/stats",
- "pages": [
- {
- "path": "completion-rate",
- "style": { "navigationBarTitleText": "任务完成率", "navigationStyle": "custom" }
- },
- {
- "path": "index",
- "style": { "navigationBarTitleText": "数据统计" }
- }
- ]
- },
- // ===== 推广中心 =====
- {
- "root": "pages/promotion",
- "pages": [
- {
- "path": "index",
- "style": { "navigationBarTitleText": "财富中心" }
- },
- {
- "path": "commission",
- "style": { "navigationBarTitleText": "佣金明细" }
- },
- {
- "path": "withdraw",
- "style": { "navigationBarTitleText": "提现" }
- },
- {
- "path": "invite",
- "style": { "navigationBarTitleText": "邀请好友" }
- },
- {
- "path": "team",
- "style": { "navigationBarTitleText": "推广团队" }
- },
- {
- "path": "leaderboard",
- "style": { "navigationBarTitleText": "推广排行榜", "enablePullDownRefresh": true }
- }
- ]
- },
- // ===== 五维能量 =====
- {
- "root": "pages/energy",
- "pages": [
- {
- "path": "detail",
- "style": { "navigationBarTitleText": "维度能量详情" }
- }
- ]
- },
- // ===== 会员服务 =====
- {
- "root": "pages/membership",
- "pages": [
- {
- "path": "index",
- "style": { "navigationBarTitleText": "会员服务" }
- },
- {
- "path": "upgrade",
- "style": { "navigationBarTitleText": "开通会员" }
- }
- ]
- },
- // ===== 财富维度 =====
- {
- "root": "pages/wealth",
- "pages": [
- {
- "path": "index",
- "style": { "navigationBarTitleText": "财富" }
- },
- {
- "path": "checkin",
- "style": { "navigationBarTitleText": "财商打卡" }
- },
- {
- "path": "insurance-list",
- "style": { "navigationBarTitleText": "保单管理" }
- },
- {
- "path": "insurance-add",
- "style": { "navigationBarTitleText": "新增保单" }
- }
- ]
- },
- // ===== 食谱推荐 =====
- {
- "root": "pages/meal",
- "pages": [
- {
- "path": "recommend",
- "style": { "navigationBarTitleText": "智能食谱推荐" }
- },
- {
- "path": "log",
- "style": { "navigationBarTitleText": "饮食记录" }
- },
- {
- "path": "recipe-detail",
- "style": { "navigationBarTitleText": "食谱详情" }
- },
- {
- "path": "preference",
- "style": { "navigationBarTitleText": "饮食偏好设置" }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "浠艾福",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#F97316",
- "borderStyle": "black",
- "backgroundColor": "#FFFFFF",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "行",
- "iconPath": "static/tab-home.png",
- "selectedIconPath": "static/tab-home-active.png"
- },
- {
- "pagePath": "pages/body/index",
- "text": "身",
- "iconPath": "static/tab-body.png",
- "selectedIconPath": "static/tab-body-active.png"
- },
- {
- "pagePath": "pages/wisdom/index",
- "text": "智",
- "iconPath": "static/tab-wealth.png",
- "selectedIconPath": "static/tab-wealth-active.png"
- },
- {
- "pagePath": "pages/mind/index",
- "text": "心",
- "iconPath": "static/tab-mind.png",
- "selectedIconPath": "static/tab-mind-active.png"
- },
- {
- "pagePath": "pages/profile/profile",
- "text": "富",
- "iconPath": "static/tab-profile.png",
- "selectedIconPath": "static/tab-profile-active.png"
- }
- ]
- }
- }
|