huangjiajun 1 mese fa
parent
commit
89e877f0ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/hdl/hdl_login.go

+ 1
- 1
app/hdl/hdl_login.go Vedi 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,


Caricamento…
Annulla
Salva