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