1
0
forked from dyf/APP

3 Commits

Author SHA1 Message Date
e6e8e83796 语音播放,强制报警模式修改 2026-02-27 18:49:23 +08:00
8fab54032b 100JBUG修复 2026-02-27 17:53:13 +08:00
15d2bbba1f 100J相关bug修改 2026-02-27 11:51:12 +08:00
2 changed files with 1651 additions and 1540 deletions

File diff suppressed because it is too large Load Diff

View File

@ -469,12 +469,11 @@
}, },
Apply(item, index) { Apply(item, index) {
this.mqttClient = new MqttClient(); this.mqttClient = new MqttClient();
this.updateProgress = 0;
this.isUpdating = true;
let data = { let data = {
id: item.id id: item.id
} }
deviceUpdateVoice(data).then((RES) => { deviceUpdateVoice(data).then((RES) => {
console.log(RES,'RES');
if (RES.code == 200) { if (RES.code == 200) {
this.updateProgress = 0; this.updateProgress = 0;
this.isUpdating = true; this.isUpdating = true;