From 4dd497ea2604d16c28792fee6298f8ad18e9ec9e Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 15 Nov 2024 14:33:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A4=84=E7=90=86=E5=89=8D=E7=AB=AFun?= =?UTF-8?q?defined=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/component/question-content/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/component/question-content/index.vue b/ui/src/components/ai-chat/component/question-content/index.vue index ef49c3788..cc7881e29 100644 --- a/ui/src/components/ai-chat/component/question-content/index.vue +++ b/ui/src/components/ai-chat/component/question-content/index.vue @@ -30,7 +30,7 @@ const props = defineProps<{ onMounted(() => { if (props.chatRecord.execution_details?.length > 0) { - props.chatRecord.execution_details[0].image_list.forEach((image: any) => { + props.chatRecord.execution_details[0].image_list?.forEach((image: any) => { console.log('image', image.name, image.url) }) }