XCSDN
2022-04-07 c0d430f4e5adf08129c2610d9d2b5446bb19c0d6
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
  })
}