HDL_ON/Common/HDLCommon.cs
@@ -450,9 +450,16 @@ //网络状态变化 重置网关状态重新搜索 Control.Ins.GatewayOnline = false; //网络变化,断开重连一次 if (Control.Ins.IsRemote) { Control.Ins.IsRemote = false; DAL.Mqtt.MqttClient.DisConnectRemote("UpdateInternetStatus", false); } if (internetStatus == 0)//没有网络连接 0 { //Control.Ins.GatewayOnline = false; Control.Ins.GatewayOnline = false; Control.Ins.IsRemote = false; MainPage.InternetStatus = 0; }