Commit 3d3e4116 authored by dxw's avatar dxw

Merge branch 'dev' of gitlab.suntrayoa.com:wuhan/crsf-ptvue into dev

parents a70b4175 c9cbfee6
......@@ -5,7 +5,7 @@ CONFIG.TITLE = '轨道交通后台管理系统'
// 网络请求公用地址
CONFIG.requestPath = 'http://localhost:8046'
CONFIG.requestPath = 'http://192.168.0.117:8046'
// CONFIG.requestPath = 'http://10.20.72.34:8046'
// CONFIG.requestPath = 'http://10.20.72.35:8046'
......
......@@ -36,9 +36,9 @@ el-container(style="padding:0px;" :style="{height:currentHeight+40+'px'}")
div.div_width
font.font_num_bottom {{dayalarmData[1].video || 0}}
font.font_str_bottom 视频监控报警数
div.div_width
font.font_num_bottom {{dayalarmData[1].safety || 0}}
font.font_str_bottom 安全检查报警数
//- div.div_width
//- font.font_num_bottom {{dayalarmData[1].safety || 0}}
//- font.font_str_bottom 安全检查报警数
div.div_width
font.font_num_bottom {{dayalarmData[1].gate || 0}}
font.font_str_bottom 出入口控制报警数
......@@ -424,7 +424,7 @@ export default {
}
}).then((data) => {
if (data && data.code === 0) {
this.subSystemAlarmData.itemData = data.result
this.subSystemAlarmData.itemData = data.result.filter(i=>{return i.name!='安全检查'})
this.subSystemAlarmData.legendData = data.result.map((item) => {
return item.name
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment