小程序报错:Invalid attempt to destructure non-iterable instance

TypeError: Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a Symbol.iterator method

打包上线,product环境下,点击页面跳转,报以上错误。
排查,bug的位置在请求前,请求后的地方。
换了版本库后,出现另一个提示。
经排查,不是代码上的问题,重启工具,清缓存,重启电脑,解决。

猜你喜欢

转载自blog.csdn.net/junjiahuang/article/details/108425088