小程序引入插件报错

发布于 6 年前作者 mengjie19583 次浏览最后编辑 6 年前来自 ask

[non-writable] modification of global variable “App” is not allowed when using plugins at app.json.

[non-writable] modification of global variable “Page” is not allowed when using plugins at app.json.

项目引入了“极点日历”插件,引入之后就报这两个错误,但是插件还正常使用,请问这个错误是什么引起的

1 回复
yangli
yangli1 楼4 年前

使用插件时,为了保护小程序和插件,全局变量不能修改,请检查代码中是否有对 Page 和 App 两个全局量做了改动