* Put currentTab value into proper place params instead of query

This commit is contained in:
PikachuEXE 2024-10-13 08:24:00 +08:00
parent 1be051e086
commit 49cd4490a0
No known key found for this signature in database

View File

@ -2051,8 +2051,10 @@ export default defineComponent({
await this.$router.replace({
path: `/channel/${this.id}`,
query: {
params: {
currentTab: 'search',
},
query: {
searchQueryText: query,
},
}).catch(failure => {