报错:TypeError: Invalid attempt to destructure non-iterable in
使用async/await 就报错,TypeError: Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.