疯狂的狮子Li
2022-02-07 5a0a9e3a1cd084f12d73f03f073e0c70ea3c135c
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'
  })
}
}