From 17bf9921d0432fcab9d43ed256f02334e1cf6755 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期二, 29 三月 2022 10:27:34 +0800
Subject: [PATCH] 1.封装新的全视通dll 2.更新TBL.dll、IOS.dll库

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlWifiLogic.cs |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlWifiLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlWifiLogic.cs
index 6aee9ce..9d6f45a 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlWifiLogic.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlWifiLogic.cs
@@ -38,13 +38,14 @@
         {
             get
             {
-                string myId = this.SSID;
+                //string myId = this.SSID;
 
-                if (myId != null && myId.StartsWith("hdlZigbeeGW") == true)
-                {
-                    return true;
-                }
-                return false;
+                //if (myId != null && myId.StartsWith("hdlZigbeeGW") == true)
+                //{
+                //    return true;
+                //}
+                //2021.03.22 涓汉鍐冲畾,涓嶅啀妫�娴嬭繖涓笢瑗�
+                return true;
             }
         }
 
@@ -55,13 +56,14 @@
         {
             get
             {
-                string myId = this.SSID;
+                //string myId = this.SSID;
 
-                if (myId != null && myId.StartsWith("hdlZigbeeGW-") == true)
-                {
-                    return true;
-                }
-                return false;
+                //if (myId != null && myId.StartsWith("hdlZigbeeGW-") == true)
+                //{
+                //    return true;
+                //}
+                //2021.03.22 涓汉鍐冲畾,涓嶅啀妫�娴嬭繖涓笢瑗�
+                return true;
             }
         }
 

--
Gitblit v1.8.0