From b3adb8adb03e23128a7e924632d7c13e55121654 Mon Sep 17 00:00:00 2001 From: "sean.zhou" Date: Mon, 7 Nov 2022 12:05:44 +0800 Subject: [PATCH] update mqtt_username --- src/pages/page-pilot/pilot-home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/page-pilot/pilot-home.vue b/src/pages/page-pilot/pilot-home.vue index 1adb0d9..a897a57 100644 --- a/src/pages/page-pilot/pilot-home.vue +++ b/src/pages/page-pilot/pilot-home.vue @@ -291,7 +291,7 @@ onMounted(() => { // thing const param: ThingParam = { host: res.data.mqtt_addr, - username: res.data.mqtt.username, + username: res.data.mqtt_username, password: res.data.mqtt_password, connectCallback: 'connectCallback' }