diff --git a/apps/web-antd/src/views/aiot/alarm/list/index.vue b/apps/web-antd/src/views/aiot/alarm/list/index.vue index 2396c7c3f..13dfb88c7 100644 --- a/apps/web-antd/src/views/aiot/alarm/list/index.vue +++ b/apps/web-antd/src/views/aiot/alarm/list/index.vue @@ -252,6 +252,7 @@ const [Grid, gridApi] = useVbenVxeGrid({ :width="40" :height="40" :preview="{ src: row.ossUrl || row.snapshotUrl }" + :fallback="`data:image/svg+xml;utf8,`" style="object-fit: cover; border-radius: 4px; cursor: pointer" /> - @@ -356,6 +357,7 @@ const [Grid, gridApi] = useVbenVxeGrid({ :src="currentAlert.ossUrl || currentAlert.snapshotUrl" :width="300" :preview="{ src: currentAlert.ossUrl || currentAlert.snapshotUrl }" + :fallback="`data:image/svg+xml;utf8,`" />