Mini Program reported an error when introducing Mini Program's plug-in into the wepy framework.

could you tell me how to introduce Mini Program"s plug-in into the wepy framework?


there should be some third-party library that overrides App and Page. When using the Mini Program plug-in, Wechat forbids rewriting variables such as App/Page/wx. This error occurs in the basic debug library version 2.0.9 and 2.1.0, but not in the lower version.

find a third-party library that rewrites App and Page and remove it.

reference

Menu