This commit is contained in:
sjl
2026-01-28 08:45:38 +08:00
parent 0763187744
commit 87af11288d
10 changed files with 87 additions and 53 deletions

View File

@@ -384,7 +384,7 @@ const startRunTest = () => {
// 下载报告
const downloadTheReport = (url: string) => {
getFileNameAndFilePath({ filePath: url }).then((res: any) => {
console.log(res.data.url, 'res')
//console.log(res.data.url, 'res')
const link = document.createElement('a')
link.href = res.data.url
link.download = res.data.name