This commit is contained in:
GGJ
2024-08-06 20:58:13 +08:00
17 changed files with 6847 additions and 6 deletions

View File

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