|
@@ -73,7 +73,17 @@ export const constantRoutesNew = [{
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- //哨兵
|
|
|
+ //哨兵驾驶舱
|
|
|
+ path: '/SentryCockpit',
|
|
|
+ name: 'SentryCockpit',
|
|
|
+ component: () => import('@/views/SentryCockpit'),
|
|
|
+ meta: {
|
|
|
+ // title: '水利云图'
|
|
|
+ title: '哨兵驾驶舱'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //哨兵设备中心
|
|
|
path: '/Sentinel',
|
|
|
name: 'Sentinel',
|
|
|
component: () => import('@/views/Sentinel'),
|
|
@@ -82,7 +92,6 @@ export const constantRoutesNew = [{
|
|
|
title: '哨兵'
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
path: '/login',
|
|
|
component: () => import('@/views/system/login'),
|