vue中完美解决html2canvas图片跨域问题

html2canvas在截图的过程当中,若是遇到html中有跨域地址的图片,好比图片存在了别人的云上,截图的时候将不会显示图片,解决方案以下: Js部分javascript import html2canvas from 'html2canvas' data () { return { imageUrl: 'http://xxx.example.com', // 跨域地址 screen
相关文章
相关标签/搜索