refactor: remove /dashboard, migrate icmp-export

This commit is contained in:
yangsy
2025-11-26 15:52:42 +08:00
parent 41c9b4c5ed
commit 05297b22cb
9 changed files with 144 additions and 176 deletions

View File

@@ -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',