Skip to content

Commit ea07ccb

Browse files
fix: Execution details image understanding image display
1 parent c0b602b commit ea07ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
<el-space wrap>
542542
<template v-for="(f, i) in data.image_list" :key="i">
543543
<el-image
544-
:src="f.url"
544+
:src="f.url || f.file_id ? `./oss/file/${f.file_id}` : ''"
545545
alt=""
546546
fit="cover"
547547
style="width: 40px; height: 40px; display: block"

0 commit comments

Comments
 (0)