feat 监控大屏

This commit is contained in:
duanliang
2024-12-16 16:42:46 +08:00
parent cc9782e007
commit 990ff98618
39 changed files with 1895 additions and 864 deletions

View File

@@ -7,7 +7,12 @@ const router = createRouter({
path: '/',
name: 'home',
component: () => import('../views/home/index.vue')
}
},
{
path: '/monitor',
name: 'monitor',
component: () => import('../views/monitor/index.vue')
}
]
})