Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddGateway.cs
@@ -4,6 +4,9 @@ namespace Shared.SimpleControl.Phone { /// <summary> /// 搜索和写加密网关、绑定网关的页面 /// </summary> public class GuideAddGateway : FrameLayout { static GuideAddGateway inView; @@ -663,7 +666,7 @@ if (enable || backIDStr == UserConfig.Instance.CurrentRegion.Id || string.IsNullOrEmpty (backIDStr)) { if (!UserConfig.Instance.IsLocalEncrypt) { if (!UserConfig.Instance.IsLocalEncrypt || true) {//不管加没加密,都重新加密一次,防止多网关的时候有从网关没加密 2022-12-26 13:42:09 //如果没加密,走修改加密方法 var result = SetGateWayLocalEncryption (common); if (!result) {