This commit is contained in:
chengdandan 2023-03-28 11:00:58 +08:00
parent a0b41d3c13
commit e9d4c00ae9
1 changed files with 0 additions and 4 deletions

View File

@ -40,11 +40,7 @@ class mqttHandle {
//配置链接
const { host, port, endpoint, ...options } = this.connect;
console.log("this.connect.host",this.connect.host)
<<<<<<< HEAD
const connectUrl = 'ws://175.27.191.156:10083/mqtt';
=======
const connectUrl = 'ws://175.27.191.156:10083/mgtt';
>>>>>>> 006ce36a7cef616fdc714ec5799317b9668c98bb
// const connectUrl = `ws://${this.connect.host}:${this.connect.port}`;
// if (!client.connected) {
// client.on('connect', function () {