uniapp开发app端项目
报错Unhandled promise rejectionTypeError: Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a Symbol.iterator method.
解决:
运行到浏览器端地址可使用http://127.0.0.1:8082或者http://localhost:8082
运行到手机端进行调试或者模拟器要使用ipconfig出来的ipv4地址
比如我的:http://192.168.18.107:8082