Commit a559645e authored by xxx's avatar xxx

添加新的摄像头报警类型

parent 88374748
......@@ -212,7 +212,13 @@ export default {
response.data.alarmlist[0].type == 621 ? '接打电话报警' :
response.data.alarmlist[0].type == 624 ? '分神驾驶报警' :
response.data.alarmlist[0].type == 625 ? '分神驾驶报警' :
response.data.alarmlist[0].type == 400 ? '前向碰撞报警' : '',
response.data.alarmlist[0].type == 400 ? '前向碰撞报警' :
response.data.alarmlist[0].type == 172 ? '疲劳驾驶报警' :
response.data.alarmlist[0].type == 190 ? '疲劳驾驶报警' :
response.data.alarmlist[0].type == 430 ? '接近报警' :
response.data.alarmlist[0].type == 431 ? '接近报警' :
response.data.alarmlist[0].type == 432 ? '接近报警' :
response.data.alarmlist[0].type == 433 ? '接近报警' : '',
type: 'warning',
duration: 5000,
dangerouslyUseHTMLString: true,
......
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