1
李凌
2026-02-03 e7610ae2fb4bdfaa404490e88081264dd4b33ab2
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) => {