支持通用通道云台控制,支持地图位置编辑

This commit is contained in:
lin
2025-09-24 16:21:02 +08:00
parent 602cd390e0
commit c0ef35c3a0
19 changed files with 2040 additions and 213 deletions

View File

@@ -85,6 +85,17 @@ export const constantRoutes = [
}
]
},
{
path: '/map',
component: Layout,
redirect: '/map',
children: [{
path: '',
name: 'Map',
component: () => import('@/views/map/index'),
meta: { title: '电子地图', icon: 'map' }
}]
},
{
path: '/device',
component: Layout,