使用插件后,App,Page 不允许被修改
- 当前 Bug 的表现(可附上截图)
在app.json中,不引用插件,就可以重写App,Page
我的项目中使用了第三方插件;我现在需要全局重写App,Page;直接报下面的错误了
[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.
- 预期表现
引用插件;;;;依然可以重写 App,Page
- 复现路径
- 提供一个最简复现 Demo