From cf6e4624f803db924cbae9665fdf5e574aa6e35a Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 24 Sep 2025 14:24:19 +0800 Subject: [PATCH] fix: The application's API parameters include a "question" parameter, but the returned address is incorrec(#4076) --- .../components/ai-chat/component/chat-input-operate/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue index 7fb790998..9bc13b328 100644 --- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue +++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue @@ -888,7 +888,7 @@ onMounted(() => { .join('&') : route.path - history.pushState(null, '', '/ui' + newRoute) + history.pushState(null, '', '/chat' + newRoute) }, 100) } setTimeout(() => {