Vue Axios下载文件(post/get方式下载文件)

参考:https://www.jianshu.com/p/a81c68c15fbd

1.一般的下载

代码:
html部分

<div @click="exportExcle()">
	<a href="javascript">下载文件</a>
</div>

js部分

exportExcle(){
   
	window.location.href=
posted @ 2022-12-06 22:19  轻风细雨_林木木  阅读(9)  评论(0编辑  收藏  举报