fuzui
2021-12-16 43d76e599091dc6b79b51f89c79514b50e33ea35
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'
  })
}
}