1
李凌
2025-09-11 9495998e97dd04d4bdfcf32dfd4d49cd45c1fe32
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) => {