yz3456
2024-04-20 610444214e4440749056574f8a198fb46c70d426
ruoyi-ui/src/api/allmemo/index.js
@@ -63,3 +63,13 @@
    data: data
  })
}
//下载文件
export function download(data) {
  return request({
    url: '/common/downLoadFile',
    method: 'get',
    params: data,
    responseType: 'blob'
  })
}