报downloadFile:fail url not in domai?
基础库: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。 检查了域名都是配置了的 麻烦管理员帮忙解答一下