forked from drone/command-center-dashboard

罗广辉
2025-04-17 8f436e8f6ff26083e5f5c07b39eb1581772a32b7
src/websocket/index.js
@@ -67,7 +67,9 @@
   }
   close() {
      console.log('socket关闭')
      this._socket?.close()
      this._socket = null
   }
}