基础库:2.20.2 开发者工具:1.05.2110290
var ctx = uni.createCanvasContext('myCanvas', this);
const imgUrl = `https://file.ttshidao.com/okplay/boss-miniapp-img/img/boss_12.png`;
// const [, { tempFilePath: img1 }] = await uni.downloadFile({ url: imgUrl });
const aaa = await uni.downloadFile({ url: imgUrl });
console.log(aaa);
真机调试 关闭不检验https的合法性 调用uni.downloadFile接口报downloadFile:fail url not in domain list。
检查了域名都是配置了的 麻烦管理员帮忙解答一下
打开开发者工具---详情--刷一下,确定域名配置好了,然后重新编译