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