mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: The application's API parameters include a "question" parameter, but the returned address is incorrec(#4076)
This commit is contained in:
parent
df681176ed
commit
cf6e4624f8
|
|
@ -888,7 +888,7 @@ onMounted(() => {
|
|||
.join('&')
|
||||
: route.path
|
||||
|
||||
history.pushState(null, '', '/ui' + newRoute)
|
||||
history.pushState(null, '', '/chat' + newRoute)
|
||||
}, 100)
|
||||
}
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue