疯狂的狮子li
2021-10-20 d0700172fa18bef2cbba6b0c2bb32c61dbeb32db
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'
  })
}
}