From 8e27c27abf169e9fae9419792843f6619a8d5461 Mon Sep 17 00:00:00 2001 From: zoujing Date: Wed, 4 Feb 2026 12:00:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=BC=E5=AE=B9=E5=A4=84=E7=90=86too?= =?UTF-8?q?lResult=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SurveyQuestionnaire/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SurveyQuestionnaire/index.vue b/src/components/SurveyQuestionnaire/index.vue index 2a9eaa9..3915234 100644 --- a/src/components/SurveyQuestionnaire/index.vue +++ b/src/components/SurveyQuestionnaire/index.vue @@ -32,7 +32,7 @@ const props = defineProps({ const handleCall = () => { const token = getAccessToken(); - navigateTo(props.toolCall.data, { token: token }); + navigateTo(props.toolCall.data || props.toolCall.toolResult, { token: token }); };