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