style(测试跟踪): 去除多余日志
This commit is contained in:
parent
4b1c6a4a8a
commit
5afdfac40c
|
@ -136,7 +136,6 @@ export default {
|
|||
.then(response => {
|
||||
let fileName = window.decodeURI(response.headers['content-disposition'].split('=')[1]);
|
||||
let link = document.createElement("a");
|
||||
console.log(response.data);
|
||||
link.href = window.URL.createObjectURL(new Blob([response.data]));
|
||||
link.download = fileName;
|
||||
link.click();
|
||||
|
|
Loading…
Reference in New Issue