From 4ff3eee77b41466d08117970970d01be6e48ffe1 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 28 Mar 2025 19:02:30 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/pilot-h5
---
src/mqtt/index.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mqtt/index.ts b/src/mqtt/index.ts
index 6b5eee4..064e8bb 100644
--- a/src/mqtt/index.ts
+++ b/src/mqtt/index.ts
@@ -34,6 +34,7 @@
...OPTIONS,
...this._options,
})
+ console.log('测试链接', this._client)
this._hasInit = true
if (this._client) {
this._client.on('reconnect', this._onReconnect)
--
Gitblit v1.9.3