微信编辑器打开后报错,并不影响使用,但是看着很别扭
WASubContext.js?t=wechat&s=1677557292592&v=2.30.0:1
routeDone with a webviewId 65 that is not the current page
处理办法:
在app.json中加入以下内容:
“lazyCodeLoading”:”requiredComponents”,

uniapp中配置:
在
manifest.json
配置找到 最下方的源码视图 也可以用编辑器打开 找到mp-weixin
添加"lazyCodeLoading": "requiredComponents"
