登录界面美化

This commit is contained in:
尹峰
2026-08-19 13:42:47 +08:00
parent 30b3007307
commit 23a0c89531
9 changed files with 279 additions and 160 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace YLErp.Web
GlobalConfig.EnableGenerateOnTradeClosed = true;
GlobalConfig.OverrideOldDoc = true;
GlobalConfig.ProjectTitle = "场外衍生品交易管理系统";
GlobalConfig.ProjectTitle = "固收场外衍生品系统";
GlobalConfig.GetNameByUserId = UserBLL.GetNameById;
GlobalConfig.SealHandler = new SealTaskHandleService(OptUserInfo.SystemUser);