原因:webpack 把img 当做一种资源,所以使用时要先引进。 解决办法:在路径前加上require 例如:require("../../assets/img/1.png") 图片: image.png