You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
2.2 KiB
102 lines
2.2 KiB
{ |
|
"pages": [{ |
|
"path": "pages/index/index", |
|
"style": { |
|
"navigationBarTitleText": "齐鲁医院" |
|
} |
|
}, |
|
{ |
|
"path": "pages/voiceRecord/report", |
|
"style": { |
|
"navigationBarTitleText": "语音上报" |
|
} |
|
},{ |
|
"path": "pages/voiceRecord/list", |
|
"style": { |
|
"navigationBarTitleText": "语音上报记录" |
|
} |
|
},{ |
|
"path": "pages/positionRecord/report", |
|
"style": { |
|
"navigationBarTitleText": "位置上报" |
|
} |
|
},{ |
|
"path": "pages/positionRecord/list", |
|
"style": { |
|
"navigationBarTitleText": "位置上报记录" |
|
} |
|
},{ |
|
"path": "pages/patrolRecord/report", |
|
"style": { |
|
"navigationBarTitleText": "巡更上报" |
|
} |
|
},{ |
|
"path": "pages/patrolRecord/list", |
|
"style": { |
|
"navigationBarTitleText": "巡更上报记录" |
|
} |
|
},{ |
|
"path": "pages/setting/index", |
|
"style": { |
|
"navigationBarTitleText": "设置" |
|
} |
|
},{ |
|
"path": "pages/setting/user", |
|
"style": { |
|
"navigationBarTitleText": "远端设置" |
|
} |
|
},{ |
|
"path": "pages/setting/other", |
|
"style": { |
|
"navigationBarTitleText": "常用报警设置" |
|
} |
|
},{ |
|
"path": "pages/message/list", |
|
"style": { |
|
"navigationBarTitleText": "报警消息" |
|
} |
|
},{ |
|
"path": "pages/message/detail", |
|
"style": { |
|
"navigationBarTitleText": "报警消息详情" |
|
} |
|
},{ |
|
"path": "pages/map/map", |
|
"style": { |
|
"navigationBarTitleText": "定位" |
|
} |
|
},{ |
|
"path": "pages/videoPlayer/index", |
|
"style": { |
|
"navigationBarTitleText": "监控视频" |
|
} |
|
} ,{ |
|
"path" : "pages/H5player/index", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
], |
|
"globalStyle": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "uni-app", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"backgroundColor": "#F8F8F8", |
|
"app-plus": { |
|
"background": "#efeff4" |
|
} |
|
}, |
|
"condition" : { //模式配置,仅开发期间生效 |
|
"current": 0, //当前激活的模式(list 的索引项) |
|
"list": [ |
|
{ |
|
"name": "", //模式名称 |
|
"path": "", //启动页面,必选 |
|
"query": "" //启动参数,在页面的onLoad函数里面得到 |
|
} |
|
] |
|
} |
|
}
|
|
|