src/components/Transform/cryptos-trade-deep-data/index.vue
@@ -160,6 +160,8 @@ }) }, startDeepSocket() { // 开启socket链接 this.redData = [] this.greenData = [] this.closeSocket() this.socket = new WebSocket(`${WS_URL}/3/${this.symbol}`) this.socket.onmessage = (evt) => {