|
|
@ -143,13 +143,7 @@ export default { |
|
|
|
handler(bool) { |
|
|
|
if (!bool) return; |
|
|
|
|
|
|
|
request({ |
|
|
|
url: `business/device/functions/${this.deviceId}/${52}`, |
|
|
|
method: "post", |
|
|
|
params: { |
|
|
|
_a: '-' |
|
|
|
} |
|
|
|
}) |
|
|
|
request.post(`business/device/functions/${this.deviceId}/${52}`, {}) |
|
|
|
.then(async (result) => { |
|
|
|
if (result.code != 200) return; |
|
|
|
|
|
|
|