fix mqtt username

Esse commit está contido em:
sean.zhou
2022-09-26 11:32:40 +08:00
commit 7e295f6d63
+1 -1
Ver Arquivo
@@ -285,7 +285,7 @@ onMounted(() => {
// thing
const param: ThingParam = {
host: res.data.mqtt_addr,
username: username.value,
username: res.data.mqtt_username,
password: res.data.mqtt_password,
connectCallback: 'connectCallback'
}