| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608 |
- {
- "pages": [
- {
- "path": "pages/splash/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index-home/index",
- "style": {
- "navigationBarTitleText": "首页",
- "usingComponents": {
- "custom-tab-bar": "/custom-tab-bar/index"
- }
- }
- },
- {
- "path": "pages/health-main/index",
- "style": {
- "navigationBarTitleText": "健康",
- "usingComponents": {
- "custom-tab-bar": "/custom-tab-bar/index"
- }
- }
- },
- {
- "path": "pages/growth-main/index",
- "style": {
- "navigationBarTitleText": "成长记录",
- "usingComponents": {
- "custom-tab-bar": "/custom-tab-bar/index"
- }
- }
- },
- {
- "path": "pages/profile-main/profile",
- "style": {
- "navigationBarTitleText": "我的",
- "usingComponents": {
- "custom-tab-bar": "/custom-tab-bar/index"
- }
- }
- }
- ],
- "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": "我的"
- }
- },
- {
- "path": "service-tasks",
- "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": "下级成长规划师"
- }
- },
- {
- "path": "activities/index",
- "style": {
- "navigationBarTitleText": "活动管理"
- }
- },
- {
- "path": "activities/detail",
- "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": "appointments",
- "style": {
- "navigationBarTitleText": "我的预约"
- }
- },
- {
- "path": "child-detail",
- "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": "购买测评"
- }
- },
- {
- "path": "quota",
- "style": {
- "navigationBarTitleText": "我的测评额度"
- }
- },
- {
- "path": "upload-report",
- "style": {
- "navigationBarTitleText": "上传测评报告"
- }
- },
- {
- "path": "execution",
- "style": {
- "navigationBarTitleText": "服务执行进度"
- }
- },
- {
- "path": "rating",
- "style": {
- "navigationBarTitleText": "服务评价"
- }
- }
- ]
- },
- {
- "root": "pages/dan-assessment",
- "pages": [
- {
- "path": "report-upload",
- "style": {
- "navigationBarTitleText": "DAN 报告上传",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/growth",
- "pages": [
- {
- "path": "create",
- "style": {
- "navigationBarTitleText": "创建成长记录"
- }
- },
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "档案详情"
- }
- },
- {
- "path": "assessment-result",
- "style": {
- "navigationBarTitleText": "测评报告"
- }
- },
- {
- "path": "upload",
- "style": {
- "navigationBarTitleText": "上传测评报告"
- }
- },
- {
- "path": "supplement",
- "style": {
- "navigationBarTitleText": "补充测评材料"
- }
- },
- {
- "path": "caution-detail",
- "style": {
- "navigationBarTitleText": "食材戒备匹配"
- }
- },
- {
- "path": "foods-detail",
- "style": {
- "navigationBarTitleText": "饮食推荐"
- }
- }
- ]
- },
- {
- "root": "pages/shop",
- "pages": [
- {
- "path": "index/index",
- "style": {
- "navigationBarTitleText": "浠艾福商城"
- }
- },
- {
- "path": "search/search",
- "style": {
- "navigationBarTitleText": "搜索商品"
- }
- },
- {
- "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": "consignee-list/consignee-list",
- "style": {
- "navigationBarTitleText": "收货人管理"
- }
- },
- {
- "path": "consignee-edit/consignee-edit",
- "style": {
- "navigationBarTitleText": "编辑收货人"
- }
- },
- {
- "path": "detail/detail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "after-sales/after-sales",
- "style": {
- "navigationBarTitleText": "售后记录"
- }
- },
- {
- "path": "after-sales-detail/after-sales-detail",
- "style": {
- "navigationBarTitleText": "售后详情"
- }
- },
- {
- "path": "after-sales-apply/after-sales-apply",
- "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/nutritionist",
- "pages": [
- {
- "path": "apply",
- "style": {
- "navigationBarTitleText": "营养师入驻"
- }
- }
- ]
- },
- {
- "root": "pages/butler",
- "pages": [
- {
- "path": "apply",
- "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
- }
- },
- {
- "path": "material",
- "style": {
- "navigationBarTitleText": "推广素材"
- }
- }
- ]
- },
- {
- "root": "pages/energy",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "五维能量"
- }
- },
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "维度能量详情"
- }
- }
- ]
- },
- {
- "root": "pages/membership",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "会员中心"
- }
- },
- {
- "path": "benefits",
- "style": {
- "navigationBarTitleText": "我的权益"
- }
- },
- {
- "path": "upgrade",
- "style": {
- "navigationBarTitleText": "开通会员"
- }
- },
- {
- "path": "pay",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "result",
- "style": {
- "navigationBarTitleText": "支付结果"
- }
- }
- ]
- },
- {
- "root": "pages/wealth-sub",
- "pages": [
- {
- "path": "checkin",
- "style": {
- "navigationBarTitleText": "财商打卡"
- }
- },
- {
- "path": "insurance-list",
- "style": {
- "navigationBarTitleText": "保单管理"
- }
- },
- {
- "path": "insurance-add",
- "style": {
- "navigationBarTitleText": "新增保单"
- }
- },
- {
- "path": "insurance-planning",
- "style": {
- "navigationBarTitleText": "家庭保险规划"
- }
- }
- ]
- },
- {
- "root": "pages/meal",
- "pages": [
- {
- "path": "recommend",
- "style": {
- "navigationBarTitleText": "智能食谱推荐"
- }
- },
- {
- "path": "log",
- "style": {
- "navigationBarTitleText": "饮食记录"
- }
- },
- {
- "path": "recipe-detail",
- "style": {
- "navigationBarTitleText": "食谱详情"
- }
- },
- {
- "path": "preference",
- "style": {
- "navigationBarTitleText": "饮食偏好设置"
- }
- }
- ]
- },
- {
- "root": "pages/health",
- "pages": [
- {
- "path": "report-upload",
- "style": {
- "navigationBarTitleText": "上传健康报告"
- }
- },
- {
- "path": "report-confirm",
- "style": {
- "navigationBarTitleText": "确认健康报告",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "report-survey",
- "style": {
- "navigationBarTitleText": "健康调研问卷"
- }
- },
- {
- "path": "report-list",
- "style": {
- "navigationBarTitleText": "健康报告"
- }
- },
- {
- "path": "physical-exam-detail",
- "style": {
- "navigationBarTitleText": "体检报告详情"
- }
- },
- {
- "path": "nutrition-profile",
- "style": {
- "navigationBarTitleText": "营养档案"
- }
- },
- {
- "path": "tongue-index",
- "style": {
- "navigationBarTitleText": "舌诊分析"
- }
- },
- {
- "path": "exercise-index",
- "style": {
- "navigationBarTitleText": "运动"
- }
- },
- {
- "path": "diet-index",
- "style": {
- "navigationBarTitleText": "饮食"
- }
- },
- {
- "path": "sleep-index",
- "style": {
- "navigationBarTitleText": "作息"
- }
- },
- {
- "path": "meditation-index",
- "style": {
- "navigationBarTitleText": "冥想"
- }
- },
- {
- "path": "gut-index",
- "style": {
- "navigationBarTitleText": "菌群"
- }
- },
- {
- "path": "gut-flora-detail",
- "style": {
- "navigationBarTitleText": "菌群报告详情"
- }
- },
- {
- "path": "gut-flora-species-detail",
- "style": {
- "navigationBarTitleText": "菌群详情"
- }
- },
- {
- "path": "gut-flora-risks-detail",
- "style": {
- "navigationBarTitleText": "疾病风险"
- }
- },
- {
- "path": "challenge-manage",
- "style": {
- "navigationBarTitleText": "家庭挑战"
- }
- },
- {
- "path": "water-index",
- "style": {
- "navigationBarTitleText": "饮水"
- }
- },
- {
- "path": "daily-checkin",
- "style": {
- "navigationBarTitleText": "健康打卡"
- }
- },
- {
- "path": "health-plan-summary",
- "style": {
- "navigationBarTitleText": "方案汇总"
- }
- },
- {
- "path": "survey-questionnaire",
- "style": {
- "navigationBarTitleText": "定期调研"
- }
- },
- {
- "path": "survey-history",
- "style": {
- "navigationBarTitleText": "调研记录"
- }
- },
- {
- "path": "report-detail",
- "style": {
- "navigationBarTitleText": "报告详情"
- }
- }
- ]
- },
- {
- "root": "pages/body-detail",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "身"
- }
- },
- {
- "path": "health-report",
- "style": {
- "navigationBarTitleText": "健康报告详情"
- }
- },
- {
- "path": "health-dimensions",
- "style": {
- "navigationBarTitleText": "健康维度全景"
- }
- },
- {
- "path": "checkin",
- "style": {
- "navigationBarTitleText": "健康打卡"
- }
- },
- {
- "path": "dimension-questionnaire",
- "style": {
- "navigationBarTitleText": "维度问卷"
- }
- },
- {
- "path": "dimension-detail",
- "style": {
- "navigationBarTitleText": "维度详情"
- }
- },
- {
- "path": "member-body-detail",
- "style": {
- "navigationBarTitleText": "身体能量详情",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/mind-detail",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "心"
- }
- },
- {
- "path": "articles",
- "style": {
- "navigationBarTitleText": "心智成长"
- }
- },
- {
- "path": "training",
- "style": {
- "navigationBarTitleText": "能力训练"
- }
- },
- {
- "path": "emotion-report",
- "style": {
- "navigationBarTitleText": "心理报告"
- }
- },
- {
- "path": "member-mind-detail",
- "style": {
- "navigationBarTitleText": "心智能量详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "emotion-checkin",
- "style": {
- "navigationBarTitleText": "情绪打卡"
- }
- },
- {
- "path": "emotion-trend",
- "style": {
- "navigationBarTitleText": "情绪趋势"
- }
- },
- {
- "path": "traditional-mirror",
- "style": {
- "navigationBarTitleText": "传统文化镜"
- }
- },
- {
- "path": "soothe-toolbox",
- "style": {
- "navigationBarTitleText": "疏导工具箱"
- }
- },
- {
- "path": "screening",
- "style": {
- "navigationBarTitleText": "心理状态自评"
- }
- },
- {
- "path": "family-dashboard",
- "style": {
- "navigationBarTitleText": "家庭天盘"
- }
- },
- {
- "path": "duo-compatibility",
- "style": {
- "navigationBarTitleText": "双人合盘"
- }
- }
- ]
- },
- {
- "root": "pages/wisdom-detail",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "智"
- }
- },
- {
- "path": "cognitive-report",
- "style": {
- "navigationBarTitleText": "认知测评报告"
- }
- },
- {
- "path": "member-wisdom-detail",
- "style": {
- "navigationBarTitleText": "智能量详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "self-quiz",
- "style": {
- "navigationBarTitleText": "自己出题自己答"
- }
- },
- {
- "path": "training-hub",
- "style": {
- "navigationBarTitleText": "认知训练中心"
- }
- }
- ]
- },
- {
- "root": "pages/wealth",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "富"
- }
- }
- ]
- },
- {
- "root": "pages/action-detail",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "行"
- }
- },
- {
- "path": "interaction-log",
- "style": {
- "navigationBarTitleText": "记录互动"
- }
- },
- {
- "path": "relationship-questionnaire",
- "style": {
- "navigationBarTitleText": "关系问卷"
- }
- },
- {
- "path": "member-action-detail",
- "style": {
- "navigationBarTitleText": "行动能量详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "contact-detail",
- "style": {
- "navigationBarTitleText": "联系人详情",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/discover-detail",
- "pages": [
- {
- "path": "product-detail/product-detail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- }
- ]
- },
- {
- "root": "pages/family",
- "pages": [
- {
- "path": "add-member",
- "style": {
- "navigationBarTitleText": "添加家庭成员"
- }
- },
- {
- "path": "self-check",
- "style": {
- "navigationBarTitleText": "五维家庭自检"
- }
- },
- {
- "path": "self-check-result",
- "style": {
- "navigationBarTitleText": "自检报告"
- }
- }
- ]
- },
- {
- "root": "pages/ai",
- "pages": [
- {
- "path": "chat",
- "style": {
- "navigationBarTitleText": "AI 家庭助手",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/invite",
- "pages": [
- {
- "path": "join",
- "style": {
- "navigationBarTitleText": "加入家庭",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/activity",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "活动中心"
- }
- },
- {
- "path": "activity-detail/activity-detail",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- },
- {
- "path": "create",
- "style": {
- "navigationBarTitleText": "创建活动"
- }
- },
- {
- "path": "order-pay/order-pay",
- "style": {
- "navigationBarTitleText": "订单支付"
- }
- }
- ]
- },
- {
- "root": "pages/article-center",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "知识中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "article-detail",
- "style": {
- "navigationBarTitleText": "文章详情"
- }
- },
- {
- "path": "article-edit",
- "style": {
- "navigationBarTitleText": "写成长记录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "my-posts",
- "style": {
- "navigationBarTitleText": "我的发布"
- }
- }
- ]
- },
- {
- "root": "pages/tianpan",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "家庭天盘",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "member-detail",
- "style": {
- "navigationBarTitleText": "成员详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "relation-detail",
- "style": {
- "navigationBarTitleText": "关系详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "annual-energy",
- "style": {
- "navigationBarTitleText": "年度能量",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "daily-fortune",
- "style": {
- "navigationBarTitleText": "每日运势",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "related-items",
- "style": {
- "navigationBarTitleText": "相关事项",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/mind-extra",
- "pages": [
- {
- "path": "articles",
- "style": {
- "navigationBarTitleText": "心智成长",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/discover",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "发现"
- }
- },
- {
- "path": "circles",
- "style": {
- "navigationBarTitleText": "发现圈子",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/member-detail",
- "pages": [
- {
- "path": "report-detail",
- "style": {
- "navigationBarTitleText": "报告详情"
- }
- },
- {
- "path": "service-role-apply",
- "style": {
- "navigationBarTitleText": "服务角色申请"
- }
- }
- ]
- },
- {
- "root": "pages/user-edit",
- "pages": [
- {
- "path": "user-edit",
- "style": {
- "navigationBarTitleText": "完善信息"
- }
- }
- ]
- },
- {
- "root": "pages/policy",
- "pages": [
- {
- "path": "agreement",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "privacy",
- "style": {
- "navigationBarTitleText": "隐私政策"
- }
- },
- {
- "path": "provider-agreement",
- "style": {
- "navigationBarTitleText": "服务商入驻协议"
- }
- }
- ]
- },
- {
- "root": "pages/profile-extra",
- "pages": [
- {
- "path": "create-child",
- "style": {
- "navigationBarTitleText": "添加孩子"
- }
- },
- {
- "path": "children",
- "style": {
- "navigationBarTitleText": "孩子管理"
- }
- },
- {
- "path": "edit-child",
- "style": {
- "navigationBarTitleText": "编辑孩子"
- }
- },
- {
- "path": "family-members",
- "style": {
- "navigationBarTitleText": "家庭成员"
- }
- },
- {
- "path": "onboarding",
- "style": {
- "navigationBarTitleText": "新手任务"
- }
- },
- {
- "path": "coupons",
- "style": {
- "navigationBarTitleText": "我的优惠券"
- }
- },
- {
- "path": "gates",
- "style": {
- "navigationBarTitleText": "关卡中心"
- }
- }
- ]
- },
- {
- "root": "pages/home-pages",
- "pages": [
- {
- "path": "parent-index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "child-index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "member-home-detail",
- "style": {
- "navigationBarTitleText": "成员详情",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/login",
- "pages": [
- {
- "path": "login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/share",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "健康足迹"
- }
- }
- ]
- },
- {
- "root": "pages/profile",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "report-management",
- "style": {
- "navigationBarTitleText": "报告管理"
- }
- },
- {
- "path": "report-detail",
- "style": {
- "navigationBarTitleText": "报告详情"
- }
- }
- ]
- },
- {
- "root": "pages/diet",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "饮食"
- }
- },
- {
- "path": "preferences",
- "style": {
- "navigationBarTitleText": "饮食偏好调研"
- }
- },
- {
- "path": "food-query",
- "style": {
- "navigationBarTitleText": "食材查询"
- }
- },
- {
- "path": "meal-config",
- "style": {
- "navigationBarTitleText": "共餐配置"
- }
- },
- {
- "path": "recommendation",
- "style": {
- "navigationBarTitleText": "食谱推荐"
- }
- },
- {
- "path": "records",
- "style": {
- "navigationBarTitleText": "饮食记录"
- }
- },
- {
- "path": "record-detail",
- "style": {
- "navigationBarTitleText": "记录详情"
- }
- }
- ]
- },
- {
- "root": "pages/achievement",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "我的成就"
- }
- }
- ]
- },
- {
- "root": "pages/wealth-cf",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "家庭CF值"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "浠艾福",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8"
- },
- "lazyCodeLoading": "requiredComponents",
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#F97316",
- "borderStyle": "black",
- "backgroundColor": "#FFFFFF",
- "custom": true,
- "list": [
- {
- "pagePath": "pages/index-home/index",
- "text": "首页",
- "iconPath": "static/tab-home.png",
- "selectedIconPath": "static/tab-home-active.png"
- },
- {
- "pagePath": "pages/health-main/index",
- "text": "健康",
- "iconPath": "static/tab-health.png",
- "selectedIconPath": "static/tab-health-active.png"
- },
- {
- "pagePath": "pages/growth-main/index",
- "text": "成长",
- "iconPath": "static/tab-growth.png",
- "selectedIconPath": "static/tab-growth-active.png"
- },
- {
- "pagePath": "pages/profile-main/profile",
- "text": "我的",
- "iconPath": "static/tab-profile.png",
- "selectedIconPath": "static/tab-profile-active.png"
- }
- ]
- },
- "easycom": {
- "auto": "components/@dcloudio/uni-$2/components/uni-$1/uni-$1.vue",
- "pages": {
- "pages/*": "components/@dcloudio/uni-$2/components/uni-$1/uni-$1.vue"
- }
- }
- }
|