RuoYi
2023-02-04 c3d0cd5f8c82a67f6f1cfdec2ed6c02c47ceaaf9
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'
  })
}
}