Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在微信小程序中查看我的页面之间的导航流程。我已经搜索了网络,但没有看到如何查看堆栈中的页面。
我的问题是:
是否可以从IDE调试微信小程序中的页面堆栈?
需要时使用“getCurrentPages()”方法。当页面栈发生变化时,方法的返回数据不会改变。必须再次使用它才能获取最新的数据。
否则,您可以使用“app.json”中的“debug”参数。打开它,当页面堆栈发生变化时,您可以在控制台工具中看到它。