图片是从后台给出来的 main_pic: '/static/images/biyeqiang.png'; 类似这样的数据
<el-table-column label="项目图片">
<template slot-scope="scope">
<img :src="scope.row.main_pic" width="100" height="80" alt=""/>
</template>
</el-table-column>
图片是从后台给出来的 main_pic: '/static/images/biyeqiang.png'; 类似这样的数据
<el-table-column label="项目图片">
<template slot-scope="scope">
<img :src="scope.row.main_pic" width="100" height="80" alt=""/>
</template>
</el-table-column>
9 回答1.6k 阅读✓ 已解决
6 回答880 阅读
3 回答1.3k 阅读✓ 已解决
5 回答1.3k 阅读✓ 已解决
4 回答909 阅读✓ 已解决
2 回答1.1k 阅读✓ 已解决
3 回答812 阅读
你要确定打包之后
/static/images/biyeqiang.png
这个路径存在不存在。可能是你的路径配置的问题,publicPath没配置对