疯狂的狮子li
2021-10-29 d6e080d54695ca3f43da82ca2afb29b19e9841cb
ruoyi-ui/src/api/system/config.js
@@ -51,11 +51,11 @@
  })
}
// 导出参数
export function exportConfig(query) {
// 刷新参数缓存
export function refreshCache() {
  return request({
    url: '/system/config/export',
    method: 'get',
    params: query
    url: '/system/config/refreshCache',
    method: 'delete'
  })
}
}