若依
2023-06-24 51990695f5a1435962babe761c7a4d9191b3b3c6
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
  })
}