wxr
2021-11-24 8655407ab6987bb7268fab55b6380051f26668fe
HDL_ON/Common/HDLCommon.cs
@@ -426,8 +426,10 @@
                    DB_ResidenceData.Instance.EixtAccount();
                    //4.注销HDLSIP账号登录 2021-08-20
                    HDLLinphone.Current.LogoutAllAccount();
#if __IOS__
                    //5.清空Siri共享数据信息
                    new Other.SkipControl().SetData(false, "", "", "");
#endif
                }
                catch (Exception ex)
                {
@@ -524,9 +526,9 @@
        }
        #endregion
#endregion
        #region ■ 常用方法_______________________
#region ■ 常用方法_______________________
        /// <summary>
        /// 设置下划线按钮状态
        /// 统一封装设置方法
@@ -599,9 +601,9 @@
                Control.Ins.SearchLoaclGateway();
            }
        }
        #endregion
#endregion
        #region 跳转打开萤石云方法
#region 跳转打开萤石云方法
        /// <summary>
        /// 获取子账号token并跳转设备列表页面
@@ -703,6 +705,6 @@
            { IsBackground = true }.Start();
        }
        #endregion
#endregion
    }
}