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