components/kline-charts/index.vue
@@ -308,9 +308,9 @@ this.newwebsockt.close() } if (this.contract == 1) { this.newwebsockt = new WebSocket('wss://app.kyccorp.com/ws2'); this.newwebsockt = new WebSocket('wss://fly.coinzne.org/ws2'); } else { this.newwebsockt = new WebSocket('wss://app.kyccorp.com/ws1'); this.newwebsockt = new WebSocket('wss://fly.coinzne.org/ws1'); } // 监听 WebSocket 连接打开事件