ZZJ
2021-11-24 3ebbc2428787332807d6de215dd23072079b800c
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!')
      }
    }
  }