RuoYi
2024-11-07 e4ccbc66010f7c26ea4b014fe6199b41dd9667af
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
  })
}