src/mqtt/config.ts
@@ -9,8 +9,8 @@ reconnectPeriod: 10000, // 重连间隔时间: 5s keepalive: 5, // 心跳间隔时间:1s clientId: 'DroneWeb', // username: 'root', // password: 'root', username: 'root', password: 'root', host: '182.106.212.58', protocol: 'ws', port: 35675,