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

v3.2
wangdan-fit2cloud 2025-09-24 14:24:19 +08:00
parent df681176ed
commit cf6e4624f8
1 changed files with 1 additions and 1 deletions

View File

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