修复黑暗模式sort列背景白色问题

This commit is contained in:
jianzhichu
2026-01-30 22:01:11 +08:00
parent a3e6af672e
commit 77f227a6c5
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace dy.net.extension
/// <summary>
/// 记录异常日志
/// </summary>
private void LogException(ExceptionContext ex)
private static void LogException(ExceptionContext ex)
{
Serilog.Log.Error($"系统异常:{ex.Exception.Message},{ex.HttpContext.Request.Path}");
}