From d53e6af2c5f17838fa79659614b15a2a1f383399 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 31 三月 2023 10:04:58 +0800 Subject: [PATCH] 1 --- Crabtree/SmartHome/HDL/Operation/UserConfig.cs | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Operation/UserConfig.cs b/Crabtree/SmartHome/HDL/Operation/UserConfig.cs index 4e687b3..0539f1f 100644 --- a/Crabtree/SmartHome/HDL/Operation/UserConfig.cs +++ b/Crabtree/SmartHome/HDL/Operation/UserConfig.cs @@ -173,7 +173,7 @@ //娓呯┖涔嬪墠缃戝叧鐨勪俊鎭紝閲嶆柊鑾峰彇 HomeGateway = null; GetHomeGatewayList (); - EquipmentPublicClass.upLoadLink = false; + //EquipmentPublicClass.upLoadLink = true; } get { if (currentRegion == null) { @@ -326,7 +326,15 @@ /// <summary> /// 鏄惁鍔犲瘑 /// </summary> - public bool IsLocalEncrypt = false; + bool isLocalEncrypt = false; + public bool IsLocalEncrypt { + get { + return isLocalEncrypt; + } + set { + isLocalEncrypt = value; + } + } //public bool IsLocalEncrypt { // set { } // get { return false; } -- Gitblit v1.8.0