RuoYi
2021-12-30 f65cd6245de4757ecea7b6c127fa54f0786b514f
ruoyi-ui/src/api/system/config.js
@@ -58,12 +58,3 @@
    method: 'delete'
  })
}
// 导出参数
export function exportConfig(query) {
  return request({
    url: '/system/config/export',
    method: 'get',
    params: query
  })
}