write wx is not allowed when using plugins at app.json
我在项目中使用了微信同声传译插件。
export default class extends wepy.app {
config = {
plugins: {
WechatSI: {
version: '0.0.7',
provider: 'wx069ba97219f66d99'
}
}
}
}
var fundebug = require('fundebug-wxjs')
fundebug.apikey = 'API-KEY'
发现出现了这样的报错:
[non-writable] write wx is not allowed when using plugins at app.json.
[non-writable] write App is not allowed when using plugins at app.json.
[non-writable] write Page is not allowed when using plugins at app.json.
fundebug.0.5.0.min.js重写了wx, App以及Page。
当我将微信同声传译注释掉,这个错误就不会出现了。另外,不使用wepy框架的话也不会有这个问题。
环境
- Platform: 开发者工具
- Platform version: v1.02.1806120
- wepy version: 1.7.1
- other version: 微信同声传译 0.0.7
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论