RuoYi
2022-07-12 eb9f3d37725c5df391f390c00cdeefa2d9a1d29b
ruoyi-ui/src/api/system/config.js
@@ -49,4 +49,12 @@
    url: '/system/config/' + configId,
    method: 'delete'
  })
}
}
// 刷新参数缓存
export function refreshCache() {
  return request({
    url: '/system/config/refreshCache',
    method: 'delete'
  })
}