支持通用通道云台控制,支持地图位置编辑
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user