vue打开word、excel、pdf、office之类的文件和下载
<a href="https://view.officeapps.live.com/op/view.aspx?src=https://xxx.xxx.com/1.docx">文档名</a>
在vue中使用地址在 https://view.officeapps.live.com/op/view.aspx?src= 后边添加需要预览的文档公网地址
如果打开的页面想是新浏览器窗口可以使用:
window.open(url, ‘_system’) //url为访问的地址