wei
2020-12-11 9cc3de82145b405a76d7219084d3fa181f0eca4d
HDL_ON/Common/HDLCommon.cs
@@ -278,9 +278,6 @@
        /// </summary>
        public void CheckLogout()
        {
#if DEBUG
            return;
#endif
            //未登录不用处理
            if (!UserInfo.Current.IsLogin) return;