From 993ecf49ae04ccea89f6bc4a32cfc0c45def1215 Mon Sep 17 00:00:00 2001 From: 温居城 <wenjucheng@wenjuchengdeMacBook-Pro.local> Date: 星期三, 27 十月 2021 14:23:30 +0800 Subject: [PATCH] 2021-10-27-01 --- 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