Browse Source

fixup! fix: 系统配置应修改应用模块中的数据

喵你个旺呀 1 year ago
parent
commit
8c57113726
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Admin.NET/Admin.NET.Core/Service/Config/SysConfigService.cs

+ 2 - 2
Admin.NET/Admin.NET.Core/Service/Config/SysConfigService.cs

@@ -308,8 +308,8 @@ public class SysConfigService : IDynamicApiController, ITransient
             // 保存图标配置
             app.Logo = $"/{path}/logo{ext}";
         }
-
-        app.Logo = input.SysTitle;
+        
+        app.Title = input.SysTitle;
         app.ViceTitle = input.SysViceTitle;
         app.ViceDesc = input.SysViceDesc;
         app.Watermark = input.SysWatermark;