修复图片问题

This commit is contained in:
毛鹏
2025-10-30 15:10:55 +08:00
parent 0a9d1febe9
commit 26f9936cb7

View File

@@ -60,7 +60,7 @@
<p
><span class="label">失败截图</span>
<a-image
:src="getImageUrl(minioURL +'/'+ item.picture_path"
:src="minioURL + '/' + item.picture_path"
width="100"
style="margin-right: 67px; vertical-align: top"
/>
@@ -157,12 +157,6 @@
overflow: 'hidden',
})
function getImageUrl(picturePath: any) {
if (!picturePath) return ''
return new URL(picturePath, this.minioURL + '/').toString()
}
onMounted(() => {})
</script>