fix: 系统配置数据值可能是多语言
This commit is contained in:
@@ -214,7 +214,7 @@ func (s *SysConfigController) ConfigKey(c *gin.Context) {
|
||||
}
|
||||
key := s.sysConfigService.SelectConfigValueByKey(configKey)
|
||||
if key != "" {
|
||||
c.JSON(200, result.OkData(key))
|
||||
c.JSON(200, result.OkData(i18n.TKey(language, key)))
|
||||
return
|
||||
}
|
||||
c.JSON(200, result.Err(nil))
|
||||
|
||||
Reference in New Issue
Block a user