From 58f72da6d6c2a15a4c86705c23f37c9b5c4b4b71 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 21 Apr 2025 11:30:08 +0800
Subject: [PATCH] Merge branch 'refs/heads/fix/v1.0.0/lgh/历史任务详情优化' into test

---
 src/hooks/controlDrone/useMqtt.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/hooks/controlDrone/useMqtt.js b/src/hooks/controlDrone/useMqtt.js
index caaff48..8ac4679 100644
--- a/src/hooks/controlDrone/useMqtt.js
+++ b/src/hooks/controlDrone/useMqtt.js
@@ -67,6 +67,7 @@
       // 2.发心跳
       publishDrcPing(deviceTopicInfo.sn)
     } else {
+      console.log('清除pingInterval')
       clearInterval(state.heartState.get(deviceTopicInfo.sn)?.pingInterval)
       state.heartState.delete(deviceTopicInfo.sn)
       heartBeatSeq.value = 0

--
Gitblit v1.9.3