fix: 解决不一致翻译信息改从kvdb中获取不进行程序缓存
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user