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