RuoYi
2020-04-01 992a63482c8d507d38e3016926a6b644b8fb79e3
ruoyi-ui/src/api/system/config.js
@@ -49,4 +49,13 @@
    url: '/system/config/' + configId,
    method: 'delete'
  })
}
// 导出参数
export function exportConfig(query) {
  return request({
    url: '/system/config/export',
    method: 'get',
    params: query
  })
}