1
李凌
2025-12-22 6cd1d790d0a55b8f763de8d1d129cca2772393e4
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