This commit is contained in:
Iruka 2024-12-19 15:26:06 +08:00
parent a601121349
commit 2bccd4ce2b

View File

@ -174,7 +174,7 @@ class MqttUtil {
}
}
//取消订阅
unsubscribes(topic) {
unsubscribes(topics) {
if (!this.connected) {
return;
}