登录页面改造
This commit is contained in:
@@ -67,6 +67,7 @@ func (this *IndexAction) RunGet(params struct {
|
||||
this.Data["version"] = teaconst.Version
|
||||
}
|
||||
this.Data["faviconFileId"] = config.FaviconFileId
|
||||
this.Data["logoFileId"] = config.LogoFileId
|
||||
this.Data["themeBackgroundColor"] = config.Theme.BackgroundColor
|
||||
|
||||
// 是否可以注册
|
||||
|
||||
@@ -63,6 +63,7 @@ func (this *IndexAction) RunGet(params struct {
|
||||
this.Data["version"] = teaconst.Version
|
||||
}
|
||||
this.Data["faviconFileId"] = config.FaviconFileId
|
||||
this.Data["logoFileId"] = config.LogoFileId
|
||||
this.Data["themeBackgroundColor"] = config.Theme.BackgroundColor
|
||||
|
||||
// 是否可以注册
|
||||
|
||||
Reference in New Issue
Block a user