{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "智疗助手", "enablePullDownRefresh": true, "navigationStyle": "custom", "navigationBarBackgroundColor": "#ffffff" } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "登陆", "navigationBarBackgroundColor": "#1678ff", "navigationBarTextStyle": "white" } }, { "path" : "pages/my/my", "style" : { "navigationBarTitleText" : "我的", "enablePullDownRefresh": true, "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#1678ff" } }, { "path" : "pages/test/test", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/BMI/BMI", "style" : { "navigationBarTitleText" : "BMI计算", // "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path" : "pages/img_process/img_process", "style" : { "navigationBarTitleText" : "病例识别" } }, { "path" : "pages/BMI/BMI_output/BMI_output", "style" : { "navigationBarTitleText" : "BMI计算结果", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path" : "pages/BMI/BMI_history/BMI_history", "style" : { "navigationBarTitleText" : "BMI 记录", "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#f1f3f2" } }, { "path" : "pages/my/user_info/user_info", "style" : { "navigationBarTitleText" : "个人资料", "enablePullDownRefresh": true, "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#1678ff" } }, { "path" : "pages/ai/ai", "style" : { "navigationBarTitleText" : "医伴 AI", "enablePullDownRefresh": true, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#d4f4c2" } }, { "path" : "pages/my/setting/setting", "style" : { "navigationBarTitleText" : "设置", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path" : "pages/health_tip/health_tip", "style" : { "navigationBarTitleText" : "健康小知识" } }, { "path" : "pages/health_tip/health_tip_collect/health_tip_collect", "style" : { "navigationBarTitleText" : "健康知识收藏夹", "navigationBarBackgroundColor": "#f5f5f5" } }, { "path" : "pages/my/family/family", "style" : { "navigationBarTitleText" : "家庭成员", "enablePullDownRefresh": true, "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#1678ff" } }, { "path" : "pages/my/family/family_info/family_info", "style" : { "navigationBarTitleText" : "成员资料", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#1678ff" } }, { "path" : "pages/img_process/img_process_history/img_process_history", "style" : { "navigationBarTitleText" : "病例识别记录", "navigationBarBackgroundColor": "#f6f6f6" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "首页", "navigationBarBackgroundColor": "#ffffff" }, "tabBar": { "borderStyle": "black", "backgroundColor": "#fafbff", "selectedColor": "#1296db", "iconWidth": "20px", "fontSize": "10px", "list": [ { "pagePath": "pages/ai/ai", "text": "AI", "iconPath": "/static/tabs/ai-icon.png", "selectedIconPath": "/static/tabs/ai-icon-c.png" }, { "pagePath": "pages/index/index", "text": "首页", "iconPath": "/static/tabs/home-icon.png", "selectedIconPath": "/static/tabs/home-icon-c.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "/static/tabs/user-icon.png", "selectedIconPath": "/static/tabs/user-icon-c.png" } ] }, "uniIdRouter": {} }