陈嘉乐
2020-08-28 78c5b5715518c0017d9f629ce16ee9c173a48690
ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
@@ -1323,11 +1323,11 @@
        /// <summary>
        /// 判断是否开启GPS服务
        /// </summary>
        public static string It_Exist
        public static string If_Exist
        {
            get
            {
                string value = ReadLocalFile("GPS_File");
                string value = ReadLocalFile(Config.Instance.HomeId+"_GPS_File");
                //读取本地GPS服务状态
                if (value == "0"||string.IsNullOrEmpty(value))
                {