forked from drone/command-center-dashboard

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