fix: 修复输出为空问题
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Yi.Abp.Web
|
||||
{
|
||||
Configure<AbpBackgroundWorkerOptions> (options =>
|
||||
{
|
||||
options.IsEnabled = true;
|
||||
options.IsEnabled = false;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user