动环监控大屏

This commit is contained in:
chenlin
2025-12-03 14:55:57 +08:00
parent d393275529
commit c2171db699
2 changed files with 804 additions and 0 deletions

View File

@@ -399,6 +399,17 @@ const remainingRouter: AppRouteRecordRaw[] = [
catalogue: true,
}
},
{
path: '/screen/powerMonitoring',
component: () => import('@/views/screen/powerMonitoring.vue'),
name: 'powerMonitoring',
meta: {
hidden: true,
title: '动环监控大屏',
noTagsView: true,
catalogue: true,
}
},
{
path: '/screen/main',
component: () => import('@/views/screen/mainScreen.vue'),