src/views/trade/index.vue @@ -493,6 +493,8 @@ } }, startDeepSocket() { this.asks = [] this.bids = [] this.sockets.deep = new WebSocket(`${WS_URL}/3/${this.symbol}`) this.sockets.deep.onmessage = (evt) => { const { data } = evt