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 |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/Crabtree/SmartHome/HDL/Operation/UserConfig.cs b/Crabtree/SmartHome/HDL/Operation/UserConfig.cs
index a51d781..0539f1f 100644
--- a/Crabtree/SmartHome/HDL/Operation/UserConfig.cs
+++ b/Crabtree/SmartHome/HDL/Operation/UserConfig.cs
@@ -173,6 +173,7 @@
                 //娓呯┖涔嬪墠缃戝叧鐨勪俊鎭紝閲嶆柊鑾峰彇
                 HomeGateway = null;
                 GetHomeGatewayList ();
+                //EquipmentPublicClass.upLoadLink = true;
             }
             get {
                 if (currentRegion == null) {
@@ -325,7 +326,19 @@
         /// <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; }
+        //}
         /// <summary>
         /// 璁剧疆涓洪粯璁ゅ姞瀵嗭紝骞惰绠楀姞瀵咾ey
         /// </summary>

--
Gitblit v1.8.0