feat: 完善标签分类功能
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Yi.Abp.Web
|
||||
Configure<AbpAuditingOptions>(options =>
|
||||
{
|
||||
//默认关闭,开启会有大量的审计日志
|
||||
options.IsEnabled = true;
|
||||
options.IsEnabled = false;
|
||||
});
|
||||
//忽略审计日志路径
|
||||
Configure<AbpAspNetCoreAuditingOptions>(options =>
|
||||
|
||||
Reference in New Issue
Block a user