Bootstrap

vue 用A链接下载文件 视频

	 const filePath = data;// 文件的地址

      fetch(filePath).then(res => res.blob()).then(blob => 
;