fix: 修复输出为空问题

This commit is contained in:
chenchun
2025-08-11 16:53:33 +08:00
parent c17c9000a8
commit cfde73d13a
3 changed files with 11 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ namespace Yi.Abp.Web
{
Configure<AbpBackgroundWorkerOptions> (options =>
{
options.IsEnabled = true;
options.IsEnabled = false;
});
}