From 89e877f0ed84052eca6f75a4c2126da01cddb4f8 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 25 Sep 2024 18:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/hdl/hdl_login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hdl/hdl_login.go b/app/hdl/hdl_login.go index be1591a..f759b01 100644 --- a/app/hdl/hdl_login.go +++ b/app/hdl/hdl_login.go @@ -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,