fix:图片路径问题

This commit is contained in:
zhaofei06 2023-12-27 18:14:48 +08:00
parent 3f764d416d
commit 7557a91c41

View File

@ -201,6 +201,7 @@
> >
<template v-slot="scope"> <template v-slot="scope">
<img <img
v-if="scope.row.imgList != undefined && scope.row.imgList != null"
:src="scope.row.imgList[0].url.split('?')[0]" :src="scope.row.imgList[0].url.split('?')[0]"
style="width: 80px;height: 80px;cursor: pointer;" style="width: 80px;height: 80px;cursor: pointer;"
@click="handlePictureCardPreview(scope.row)" @click="handlePictureCardPreview(scope.row)"