登录页面改造

This commit is contained in:
robin
2026-02-15 01:56:39 +08:00
parent dd396d31b5
commit 468d0eeffc
5 changed files with 525 additions and 109 deletions

View File

@@ -105,6 +105,8 @@ func (this *IndexAction) RunGet(params struct {
return
}
this.Data["systemName"] = uiConfig.AdminSystemName
this.Data["logoFileId"] = uiConfig.LogoFileId
this.Data["productName"] = uiConfig.ProductName
this.Data["showVersion"] = uiConfig.ShowVersion
if len(uiConfig.Version) > 0 {
this.Data["version"] = uiConfig.Version