refactor: Remove MarketTest page and update Navbar navigation
- Delete MarketTest.vue as it is no longer needed for testing purposes. - Remove the corresponding route from the router configuration. - Update Navbar.vue to eliminate the 'Market Test' navigation item, streamlining the navigation options.
This commit is contained in:
parent
670270ca91
commit
9e02574c27
3 changed files with 1 additions and 95 deletions
|
|
@ -49,15 +49,7 @@ const router = createRouter({
|
|||
requiresAuth: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/market-test',
|
||||
name: 'market-test',
|
||||
component: () => import('@/pages/MarketTest.vue'),
|
||||
meta: {
|
||||
title: 'Market Test',
|
||||
requiresAuth: true
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue