|
@@ -125,11 +125,11 @@ export const constantRoutes = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '',
|
|
path: '',
|
|
|
- redirect: '/device/channel',
|
|
|
|
|
|
|
+ redirect: '/dc',
|
|
|
hidden: true,
|
|
hidden: true,
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
- path: '/device/channel',
|
|
|
|
|
|
|
+ path: '/dc',
|
|
|
component: () => import('@/views/biz/dc/index'),
|
|
component: () => import('@/views/biz/dc/index'),
|
|
|
name: '通道列表',
|
|
name: '通道列表',
|
|
|
}
|
|
}
|
|
@@ -137,11 +137,11 @@ export const constantRoutes = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '',
|
|
path: '',
|
|
|
- redirect: '/device/channel/record',
|
|
|
|
|
|
|
+ redirect: '/dcr',
|
|
|
hidden: true,
|
|
hidden: true,
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
- path: '/device/channel/record',
|
|
|
|
|
|
|
+ path: '/dcr',
|
|
|
component: () => import('@/views/biz/dc/record'),
|
|
component: () => import('@/views/biz/dc/record'),
|
|
|
name: '通道录像',
|
|
name: '通道录像',
|
|
|
}
|
|
}
|