From e9c5da455e223c6463b8d64d5663221b19ceb297 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 15 Mar 2025 11:09:16 +0800
Subject: [PATCH] 更新二代机控制台和分享功能

---
 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