Browse Source

更新

master
huangjiajun 1 month ago
parent
commit
89e877f0ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/hdl/hdl_login.go

+ 1
- 1
app/hdl/hdl_login.go View File

@@ -20,7 +20,7 @@ import (
func LoginBase(c *gin.Context) {
NewSysCfgDb := implement3.NewSysCfgDb(svc.MasterDb(c), c.GetString("mid"))
logo := NewSysCfgDb.SysCfgGetWithDb("agent_logo")
re := NewSysCfgDb.SysCfgFindWithDb("seo_platform_logo", "seo_platform_title")
re := NewSysCfgDb.SysCfgFindWithDb("seo_agent_logo", "seo_agent_title")

res := map[string]string{
"logo": logo,


Loading…
Cancel
Save