在开发微信小程序时使用HBuilderX uniapp开发运行时新手可能会出现routeDone with a webviewId 1 that is not the current page这个报错,解决这个问题我们可以在微信小程序app.json文件中添加配置或者如果是uniapp对应的应该是pages.json文件。
"lazyCodeLoading":"requiredComponents",
文章来源:https://www.toymoban.com/news/detail-509368.html
添加这句重新编译一下应该问题就解决了 文章来源地址https://www.toymoban.com/news/detail-509368.html
到了这里,关于uniapp运行时报错routeDone with a webviewId 1 that is not the current page的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!