Commit 3b932e7f authored by tyyin lan's avatar tyyin lan

chore: 文件下载

parent 863398a8
import { request } from '@/utils/request'
export function fetchExportFile<T>(type: 'doc', content: string) {
return request.post<T>('/contentReportRest/report.json', { reportType: type, content })
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment