会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
春风一笑
博客园
首页
新随笔
联系
订阅
管理
2021年11月13日
vue 下载阿里云OSS远程图片,跨域问题, No 'Access-Control-Allow-Origin' header is present on the requested resource
摘要: 使用以下方法,也不用去阿里云后台设置允许跨域了 downloadIamge(imgsrc, name) { const src = `${imgsrc}?t=${new Date().getTime()}` fetch(src).then(res => { res.blob().then(myBlo
阅读全文
posted @ 2021-11-13 10:30 春风一笑
阅读(2539)
评论(1)
推荐(0)
公告