也曾为你像超人
2023-03-11 38ddefe2e67b1c8e006a9b9a8c4befdec11466b6
ruoyi-ui/src/api/system/config.js
@@ -51,19 +51,10 @@
  })
}
// 清理参数缓存
export function clearCache() {
// 刷新参数缓存
export function refreshCache() {
  return request({
    url: '/system/config/clearCache',
    url: '/system/config/refreshCache',
    method: 'delete'
  })
}
// 导出参数
export function exportConfig(query) {
  return request({
    url: '/system/config/export',
    method: 'get',
    params: query
  })
}