From 466d9904486acf9d1d5082298f1541579fff262d Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 09 七月 2021 12:24:11 +0800 Subject: [PATCH] 最后的版本 --- 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