您的位置:首页 > 移动开发

Page[pages/index/index] not found. May be caused by: 1. Forgot to add page route in app.json

2019-03-22 10:41 861 查看
版权声明:本文为博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。 本文链接:https://blog.csdn.net/qq_32868369/article/details/88734931

最近入坑小程序,出现了如图下所示的错误,发现很多人都有这种情况,在网上搜出来的方法不能解决我的问题,最后无意中自己搞掉了这个错误。

问题所在,原来我在app.js中加入了Page({})生命周期函数,去掉就好了。

这是我遇到的一种情况,可能还有很多情况会出现这样的错误,第一次写博客,相互学习。
Please do not call Page constructor in files that not listed in “pages” section of app.json or plugin.json
VM1204:1 thirdScriptError
sdk uncaught third Error
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
at mt (http://127.0.0.1:22972/appservice/dev/WAService.js:1:950928)
at Nt (http://127.0.0.1:22972/appservice/dev/WAService.js:1:964856)
at http://127.0.0.1:22972/appservice/app.js:3:1
at require (http://127.0.0.1:22972/appservice/dev/WAService.js:1:971778)
at :1:1
at HTMLScriptElement.scriptLoaded (http://127.0.0.1:22972/appservice/appservice?t=1553221841796:1697:21)
at HTMLScriptElement.script.onload (http://127.0.0.1:22972/appservice/appservice?t=1553221841796:1709:20)

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐