forked from drone/command-center-dashboard

chenyao
2025-04-18 980017c9508f8b8449e773d8913b3b407f0a3416
src/mqtt/index.js
@@ -65,7 +65,7 @@
   // 关闭 mqtt 客户端
   destroyed = () => {
      window.console.log('mqtt destroyed')
      window.console.log('mqtt 销毁')
      this._client?.end()
   }