@@ -141,9 +141,7 @@
ledList = selection;
}
- stopVoice({
- deviceIdList: ledList.map((e) => e.deviceId), //设备id,可以传多个
- });
+ stopVoice(ledList.map((e) => e.deviceId));
onMounted(async () => {