|
|
@@ -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, |
|
|
|