RuoYi
2024-03-01 2f624ab5f41f15a4a1093867e4519b7ddc7ccedf
ruoyi-ui/src/api/system/config.js
@@ -51,11 +51,10 @@
  })
}
// 导出参数
export function exportConfig(query) {
// 刷新参数缓存
export function refreshCache() {
  return request({
    url: '/system/config/export',
    method: 'get',
    params: query
    url: '/system/config/refreshCache',
    method: 'delete'
  })
}
}