用console.log(error.response.data.error);只能打印出:{error: {…}}但是无法展开,点击旁边小三角形也展开不了,最后发现是因为后面使用了alert()的原因,去掉就可以了。