赞
踩
byte[] bytes = FileUtils.readFileToByteArray(new File(filePath));
return bytes;
this.$http({ url: `服务路径`, method: 'get', params: { ‘key':'value',d } }).then(({data}) => { this.image='data:image/png;base64,' + data.bytes; } <el-image style="width: 20vw; height: 20vh" :src="image" :preview-src-list="srcList" # 大图预览,多图。 src的数组模式 > </el-image>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。