调试时只显示app.json中配置的前几个页面
手机上只显示app.json中的"pages"数组中注册的前几个页面,其他页面会报 May be caused by:1.Forgot to add page route in app.json.2.Invoking Page() in async task.
Page is not constructed because it is not found.
但是虽然页面不显示,可这些页面的js还是能运行,数据也都能请求到。我确定我这些页面都在"pages"数组中注册过了,而且如果把某个页面的路由写在"pages"数组中靠前的位置就能正常加载,后面的就加载不到了。