{ "pages": [{ "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationBarBackgroundColor": "#49B856", "enablePullDownRefresh": true } }, { "path": "pages/quickCreateOrder/quickCreateOrder", "style": { "navigationBarTitleText": "快捷建单", "navigationBarBackgroundColor": "#2C2D31" } }, { "path": "pages/searchDept/searchDept", "style": { "navigationBarTitleText": "选择科室", "navigationBarBackgroundColor": "#2C2D31" } }, { "path": "pages/orderList/orderList", "style": { "navigationBarTitleText": "工单列表", "navigationBarBackgroundColor": "#2C2D31", "enablePullDownRefresh": true } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "医疗服务中心转运系统", "navigationBarBackgroundColor": "#353639", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } } }