报警跳转都报
This commit is contained in:
parent
50558f46c7
commit
c7d0bbe9bc
@ -39,7 +39,7 @@ const watchInteract = () => {
|
||||
watch(
|
||||
() => lineNetStore.alarmInfo,
|
||||
(val) => {
|
||||
if (val.length && val[0].level == 'I') {
|
||||
if (val.length) {
|
||||
playAlarmMusic(val[0].alert_type);
|
||||
alarm();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user