123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "pages": [{
- "path": "pages/login/login",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#49B856",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/quickCreateOrder/quickCreateOrder",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "快捷建单",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }, {
- "path": "pages/searchDept/searchDept",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "选择科室",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }, {
- "path": "pages/orderList/orderList",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "工单列表",
- "navigationBarBackgroundColor": "#2C2D31",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/orderDetail/orderDetail",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "工单详情",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }, {
- "path": "pages/detail/detail",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }, {
- "path": "pages/patientList/patientList",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "患者列表",
- "navigationBarBackgroundColor": "#2C2D31",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/patientDetail/patientDetail",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "患者详情",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }, {
- "path": "pages/patientBuild/patientBuild",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "建单",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }, {
- "path": "pages/appointmentInspect/appointmentInspect",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "预约检查",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }, {
- "path": "pages/patientBuildConfirm/patientBuildConfirm",
- "style": {
- "h5": {
- "titleNView": false
- },
- "navigationBarTitleText": "建单",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }, {
- "path": "pages/personalCenter/personalCenter",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "医疗服务中心转运系统",
- "navigationBarBackgroundColor": "#353639",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|