{ "pages": [ { "path": "pages/message/message", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/case/case", "style": { "navigationBarTitleText": "病例" } }, { "path": "pages/work/work", "style": { "navigationBarTitleText": "工作台" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#065bd6", "backgroundColor": "#065bd6" }, "tabBar": { "color": "#666666", "selectedColor": "#007aff", "backgroundColor": "#ffffff", "borderStyle": "white", "list": [ { "pagePath": "pages/message/message", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home_selected.png", "text": "消息" }, { "pagePath": "pages/case/case", "iconPath": "static/tabbar/cart.png", "selectedIconPath": "static/tabbar/cart_selected.png", "text": "病例" }, { "pagePath": "pages/work/work", "iconPath": "static/tabbar/center.png", "selectedIconPath": "static/tabbar/center_selected.png", "text": "工作台" } ] }, "uniIdRouter": {} }