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