JLChen
2020-12-15 48a05801a79fc07a1eb637d2606fcd1c08f86878
HDL_ON/Common/HDLCommon.cs
@@ -282,6 +282,10 @@
            //未登录不用处理
            if (!UserInfo.Current.IsLogin) return;
#if DEBUG
            return;
#endif
            Logout();
        }