fix: 解决不一致翻译信息改从kvdb中获取不进行程序缓存

This commit is contained in:
TsMask
2025-06-24 17:09:45 +08:00
parent d236a20e16
commit 7ab4c13cc3
2 changed files with 3 additions and 23 deletions

View File

@@ -220,7 +220,6 @@ func (s *SysDictTypeController) Remove(c *gin.Context) {
// PUT /refreshCache
func (s *SysDictTypeController) RefreshCache(c *gin.Context) {
s.sysDictTypeService.ResetDictCache()
i18n.ClearLocaleData() // 清空国际化数据
c.JSON(200, result.Ok(nil))
}