This commit is contained in:
parent
96e19f563b
commit
47932e2246
|
|
@ -220,6 +220,7 @@ export default {
|
||||||
clearInterval(this.droneTimers.get(item.BatchId));
|
clearInterval(this.droneTimers.get(item.BatchId));
|
||||||
this.droneTimers.delete(item.BatchId);
|
this.droneTimers.delete(item.BatchId);
|
||||||
this.handleTimerExpiration(item);
|
this.handleTimerExpiration(item);
|
||||||
|
this.showAudioPrompt = false; // 关闭提示框
|
||||||
this.iswarning = false;
|
this.iswarning = false;
|
||||||
const media = this.$refs.uavAudio;
|
const media = this.$refs.uavAudio;
|
||||||
media.muted = true; // 静音
|
media.muted = true; // 静音
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue