报警调整
This commit is contained in:
parent
37fa4b17e4
commit
a534e941ee
@ -42,6 +42,12 @@ watch(
|
||||
);
|
||||
|
||||
function playAlarmMusic(type: number) {
|
||||
for (let i = 0; i < dialogInstance.length; i++) {
|
||||
if (dialogInstance[i].show == false) {
|
||||
dialogInstance.splice(i, 1);
|
||||
i--;
|
||||
}
|
||||
}
|
||||
if (lineNetStore.playAble && audio.value.paused) {
|
||||
const alarmType = (showAlertTypeData as never)[type + ''];
|
||||
const mapAlarmMusic = new Map([
|
||||
|
Loading…
Reference in New Issue
Block a user