稚屿
2021-09-08 d2b61762b7c7815e343ad0d6c2673a6919f5e076
ruoyi-ui/src/api/system/config.js
@@ -49,4 +49,21 @@
    url: '/system/config/' + configId,
    method: 'delete'
  })
}
// 刷新参数缓存
export function refreshCache() {
  return request({
    url: '/system/config/refreshCache',
    method: 'delete'
  })
}
// 导出参数
export function exportConfig(query) {
  return request({
    url: '/system/config/export',
    method: 'get',
    params: query
  })
}