feige
2024-08-24 b3e00f677518d8c0a5ad7d74c427af4abba810b6
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'
  })
}