1
李凌
2025-10-11 4931fb42270d5fd00a0a22270d684476ffa53917
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