feat: 添加日志组件

This commit is contained in:
陈淳
2023-12-12 14:33:32 +08:00
parent aa49398c29
commit 8921b319c8
11 changed files with 2896 additions and 31 deletions

View File

@@ -65,10 +65,7 @@ namespace Yi.Abp.Web
{
options.SerializerSettings.DateFormatString = "yyyy-MM-dd HH:mm:ss";
});
Configure<AbpJsonOptions>(options =>
{
options.OutputDateTimeFormat = "yyyy-MM-dd HH:mm:ss";
});
Configure<AbpAntiForgeryOptions>(options =>
{
options.AutoValidate = false;