1
李凌
2025-09-18 7a4e91cad492b5f2411ae3ec074dae533d0ec335
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) => {