ZZJ
2022-05-31 337cef48da80230fcd1a4386d8927fb7e33a223b
src/pages/visual/components/player/wfs/loader/websocket-loader.js
@@ -35,7 +35,7 @@
      this.client = data.websocket
      this.client.onopen = this.initSocketClient.bind(this)
      this.client.onclose = function (e) {
        console.log('Websocket Disconnected!')
        // console.log('Websocket Disconnected!')
      }
    }
  }