forked from drone/command-center-dashboard

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