mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
注释
This commit is contained in:
@@ -376,7 +376,7 @@ export default {
|
|||||||
this.mqttPublish(3, this.deviceInfo, model);
|
this.mqttPublish(3, this.deviceInfo, model);
|
||||||
this.openFirmware = false;
|
this.openFirmware = false;
|
||||||
},
|
},
|
||||||
/** 修改按钮操作 */
|
/** 获取最新固件 */
|
||||||
getLatestFirmware(deviceId) {
|
getLatestFirmware(deviceId) {
|
||||||
getLatestFirmware(deviceId).then(response => {
|
getLatestFirmware(deviceId).then(response => {
|
||||||
this.firmware = response.data;
|
this.firmware = response.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user