From 67536549b8a07077799f0224af7a39d13c9d3e0d Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 21 十二月 2020 21:05:49 +0800 Subject: [PATCH] 2020-12-21 1.IOS去掉bugly。2.修复EixtAccount没断开mqtt问题 --- HDL_ON/Entity/DB_ResidenceData.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Entity/DB_ResidenceData.cs b/HDL_ON/Entity/DB_ResidenceData.cs index f860c1d..297e294 100644 --- a/HDL_ON/Entity/DB_ResidenceData.cs +++ b/HDL_ON/Entity/DB_ResidenceData.cs @@ -126,7 +126,7 @@ ///鍒囨崲浣忓畢娓呯┖鍓嶄綇瀹呯紦瀛樿嚜鍔ㄥ寲鍒楄〃锛� HDL_ON.UI.UI2.Intelligence.Automation.Logic.LogicList.Clear(); - if (MainPage.IsRemote) + if (HDL_ON.DriverLayer.Control.Ins.IsRemote) { DAL.Mqtt.MqttClient.DisConnectRemote("閫�鍑虹櫥褰曪紝鎴栬�呭垏鎹綇瀹�"); } -- Gitblit v1.8.0