收藏
回答

wx.openDocument 报NOT_WHITELIST_FILE?

wx.openDocument({
			filePath: '../../res/Agreement.doc',
			fileType:'doc'
		})


VM3193 WAService.js:2 Unhandled promise rejection {errMsg: "openDocument:fail NOT_WHITELIST_FILE: no such file or directory ../../res/Agreement.doc"}(env: Windows,mp,1.05.2108130; lib: 2.17.0)

试过使用绝对路径也不行


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

2 个回答

  • 安逸
    安逸
    2021-10-09

    文档写的是只能本地路径 代码包里的不可以~~

    2021-10-09
    有用 1
    回复
  • Mr.Zhao
    Mr.Zhao
    2021-10-09

    不能打开工程内的文件

    2021-10-09
    有用 1
    回复
登录 后发表内容