修复 导航功能

This commit is contained in:
2026-05-09 23:42:04 +08:00
parent 4fa279dcf4
commit 7436cb704a
2 changed files with 9 additions and 1 deletions

View File

@@ -237,7 +237,7 @@ func (bc *BaseController) BindURI(c *gin.Context, obj interface{}) bool {
func (bc *BaseController) GetDefaultTemplateData() gin.H {
settings := services.GetSettingsService()
return gin.H{
"Title": settings.GetString("site_title", "NetworkAuth 系统"),
"Title": settings.GetString("site_title", "NetworkAuth"),
"FooterText": settings.GetString("footer_text", "Copyright © 2026 NetworkAuth. All Rights Reserved."),
"ICPRecord": settings.GetString("icp_record", ""),
"ICPRecordLink": settings.GetString("icp_record_link", "https://beian.miit.gov.cn"),