Skip to content

Commit cf6e462

Browse files
fix: The application's API parameters include a "question" parameter, but the returned address is incorrec(#4076)
1 parent df68117 commit cf6e462

File tree

1 file changed

+1
-1
lines changed
  • ui/src/components/ai-chat/component/chat-input-operate

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/component/chat-input-operate/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ onMounted(() => {
888888
.join('&')
889889
: route.path
890890
891-
history.pushState(null, '', '/ui' + newRoute)
891+
history.pushState(null, '', '/chat' + newRoute)
892892
}, 100)
893893
}
894894
setTimeout(() => {

0 commit comments

Comments
 (0)