fix: The application's API parameters include a "question" parameter, but the returned address is incorrec(#4076)
parent
df681176ed
commit
cf6e4624f8
|
|
@ -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(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue