收藏
回答

报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。

检查了域名都是配置了的 麻烦管理员帮忙解答一下



回答关注问题邀请回答
收藏

1 个回答

  • 郑钱花
    郑钱花
    2021-11-29

    打开开发者工具---详情--刷一下,确定域名配置好了,然后重新编译

    2021-11-29
    有用
    回复 1
    • 茄芯酱
      茄芯酱
      2021-11-29
      配置已经刷新了  但是还是不行
      2021-11-29
      回复
登录 后发表内容