import request from '@/utils/request' // 导出档案 export function archiveAllExport(query) { return request({ url: '/system/archiveAllExport/export', method: 'post', params: query }) }