This commit is contained in:
张成
2025-12-30 18:27:26 +08:00
parent d2ae741b9e
commit d9d277fe59
2 changed files with 0 additions and 8 deletions

View File

@@ -77,7 +77,6 @@ class DeviceManager {
// 更新登录状态
if (heartbeatData.isLoggedIn !== undefined) {
device.isLoggedIn = heartbeatData.isLoggedIn;
console.log(`[设备管理器] 设备 ${sn_code} 登录状态更新 - isLoggedIn: ${device.isLoggedIn}`);
}
}