今天用微信开发者工具做微信小程序的时候出现了这两个错误:

VM184:1 Please do not call Page constructor in files that not
listed in “pages” section of app.json or plugin.json

VM184:1 MiniProgramError
APP-SERVICE-Engine:Please do not call Page constructor in files that not listed in “pages” section of app.json or plugin.json
Error: APP-SERVICE-Engine:Please do not call Page constructor in files that not listed in “pages” section of app.json or plugin.json

百度了好久发现竟然删除掉app.js页面上的Page的配置文件就可以了。喷出一口老血

改之前是这样的:微信小程序Please do not call Page constructor in files that not错误
改之后,完美~
微信小程序Please do not call Page constructor in files that not错误

相关文章:

  • 2021-07-04
  • 2021-08-20
  • 2022-12-23
  • 2021-09-20
  • 2022-01-14
  • 2021-11-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-20
  • 2021-12-02
  • 2022-01-17
  • 2021-10-29
  • 2022-12-23
  • 2022-01-08
相关资源
相似解决方案