diff --git a/src/layouts/components/DefaultLayoutWithVerticalNav.vue b/src/layouts/components/DefaultLayoutWithVerticalNav.vue index fcbe73c5..1a791bf2 100644 --- a/src/layouts/components/DefaultLayoutWithVerticalNav.vue +++ b/src/layouts/components/DefaultLayoutWithVerticalNav.vue @@ -21,6 +21,7 @@ const search = () => { if (!searchWord.value) { return; } + searchDialog.value = false; router.push({ path: "/browse/media/search", query: { @@ -43,10 +44,33 @@ const search = () => {
- - - - + + + + + + + + + + + + + + + + 搜索 + + +