原因:没有进行promise的差错处理 解决方案:加一个catch语句 .catch(err => { console.log(err); })
.catch(err => { console.log(err); })