diff --git a/pages/search.vue b/pages/search.vue index d6a6151fe..c0b3274a2 100644 --- a/pages/search.vue +++ b/pages/search.vue @@ -597,7 +597,7 @@ export default { } } - await this.$router.push({ path: url }) + await this.$router.replace({ path: url }) } } catch (err) { // eslint-disable-next-line no-console