fix(front): update Navbar component to ensure correct routing to the home page

This commit is contained in:
keven1024
2025-04-24 10:25:54 +08:00
parent 53b6c57536
commit 26314fd67f

View File

@@ -4,6 +4,7 @@
class="flex flex-row items-center gap-2 text-sm px-4 py-2 font-bold rounded-full relative select-none cursor-pointer"
@click="()=>{
router.push({
path:'/',
query: {
...route.query,
type: item.key