From fead7117c2e6232435c68cf14779d6603fb1188e Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 25 Sep 2024 18:21:48 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/hdl/hdl_login.go b/app/hdl/hdl_login.go index f759b01..d1305d9 100644 --- a/app/hdl/hdl_login.go +++ b/app/hdl/hdl_login.go @@ -24,8 +24,8 @@ func LoginBase(c *gin.Context) { res := map[string]string{ "logo": logo, - "seo_logo": re["seo_platform_logo"], - "seo_title": re["seo_platform_title"], + "seo_logo": re["seo_agent_logo"], + "seo_title": re["seo_agent_title"], } e.OutSuc(c, res, nil) return