mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
fix(front): update Navbar component to ensure correct routing to the home page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user