低代码前端完成
This commit is contained in:
@@ -41,7 +41,7 @@ export default {
|
||||
let blob = new Blob([res], {type: 'application/zip'})
|
||||
link.style.display = 'none'
|
||||
link.href = URL.createObjectURL(blob)
|
||||
link.setAttribute('download', row.name + '.zip')
|
||||
link.setAttribute('download', 'aicode.zip')
|
||||
document.body.appendChild(link)
|
||||
link.click()
|
||||
document.body.removeChild(link)
|
||||
|
||||
Reference in New Issue
Block a user