HDL_ON/Common/HDLCommon.cs
@@ -282,6 +282,10 @@ //未登录不用处理 if (!UserInfo.Current.IsLogin) return; #if DEBUG return; #endif Logout(); } @@ -304,7 +308,7 @@ //3.跳转登录页面 UserInfo.Current.LastTime = DateTime.MinValue; UserInfo.Current.SaveUserInfo(); DB_ResidenceData.residenceData.EixtAccount(); DB_ResidenceData.Instance.EixtAccount(); } catch (Exception ex) {