refactor: remove /dashboard, migrate icmp-export
This commit is contained in:
@@ -11,11 +11,11 @@ const router = createRouter({
|
||||
{
|
||||
path: '/',
|
||||
component: () => import('@/layouts/app-layout.vue'),
|
||||
redirect: '/dashboard',
|
||||
redirect: '/station',
|
||||
children: [
|
||||
{
|
||||
path: 'dashboard',
|
||||
component: () => import('@/pages/dashboard-page.vue'),
|
||||
redirect: 'station',
|
||||
},
|
||||
{
|
||||
path: 'station',
|
||||
|
||||
Reference in New Issue
Block a user