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

最近入坑小程序,出现了如图下所示的错误,发现很多人都有这种情况,在网上搜出来的方法不能解决我的问题,最后无意中自己搞掉了这个错误。
Page[pages/index/index] not found. May be caused by: 1. Forgot to add page route in app.json_第1张图片
问题所在,原来我在app.js中加入了Page({})生命周期函数,去掉就好了。
Page[pages/index/index] not found. May be caused by: 1. Forgot to add page route in app.json_第2张图片
这是我遇到的一种情况,可能还有很多情况会出现这样的错误,第一次写博客,相互学习。
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)

你可能感兴趣的:(Page[pages/index/index] not found. May be caused by: 1. Forgot to add page route in app.json)