|
|
@@ -78,8 +78,8 @@ export const constantRoutes = [
|
|
|
{
|
|
|
path: '/camer',
|
|
|
component: () => import('@/views/biz/db/index'),
|
|
|
- name: 'camer',
|
|
|
- meta: { title: '设备', png: 'ico_camer.png', affix: true }
|
|
|
+ name: '视频融合',
|
|
|
+ meta: { title: '视频融合', png: 'ico_camer.png', affix: true }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -91,8 +91,8 @@ export const constantRoutes = [
|
|
|
{
|
|
|
path: '/device',
|
|
|
component: () => import('@/views/biz/sensorConfig/index'),
|
|
|
- name: 'device',
|
|
|
- meta: { title: '感知', png: 'ico_device.png', affix: true }
|
|
|
+ name: '物联感知',
|
|
|
+ meta: { title: '物联感知', png: 'ico_device.png', affix: true }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -104,28 +104,28 @@ export const constantRoutes = [
|
|
|
{
|
|
|
path: '/ai',
|
|
|
component: () => import('@/views/biz/algo/index'),
|
|
|
- name: 'ai',
|
|
|
- meta: { title: 'AI', png: 'ico_ai.png', affix: true }
|
|
|
+ name: 'AI边缘计算',
|
|
|
+ meta: { title: 'AI边缘计算', png: 'ico_ai.png', affix: true }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/house/config',
|
|
|
+ path: '',
|
|
|
component: Layout,
|
|
|
- redirect: '/',
|
|
|
+ redirect: '/house/config',
|
|
|
hidden: true,
|
|
|
children: [
|
|
|
{
|
|
|
path: '/house/config',
|
|
|
component: () => import('@/views/biz/houseConfig/index'),
|
|
|
name: '仓库配置',
|
|
|
- meta: { title: 'AI', png: 'ico_ai.png', affix: true }
|
|
|
+ meta: { title: '仓库配置', png: 'ico_ai.png', affix: true }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/device/channel',
|
|
|
- redirect: '/',
|
|
|
+ path: '',
|
|
|
+ redirect: '/device/channel',
|
|
|
hidden: true,
|
|
|
children: [
|
|
|
{
|
|
|
@@ -142,11 +142,11 @@ export const constantRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: '/alarm',
|
|
|
- name: 'alarm',
|
|
|
+ name: '事件中枢',
|
|
|
beforeEnter() {
|
|
|
window.open('https://smp.quanmate.com.cn/admin/yet_another_workflow/flows?page=1&per_page=24&status=active', '_blank');
|
|
|
},
|
|
|
- meta: { title: '事件', png: 'ico_alarm.png', affix: true }
|
|
|
+ meta: { title: '事件中枢', png: 'ico_alarm.png', affix: true }
|
|
|
}
|
|
|
]
|
|
|
},
|