fix: The application's API parameters include a "question" parameter, but the returned address is incorrec(#4076)

This commit is contained in:
wangdan-fit2cloud 2025-09-24 14:24:19 +08:00
parent df681176ed
commit cf6e4624f8

View File

@ -888,7 +888,7 @@ onMounted(() => {
.join('&')
: route.path
history.pushState(null, '', '/ui' + newRoute)
history.pushState(null, '', '/chat' + newRoute)
}, 100)
}
setTimeout(() => {