Tcode平台改造升级-态势感知中心页面开发
This commit is contained in:
@@ -240,7 +240,7 @@ export default [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'Insights',
|
||||
path: '/Insights',
|
||||
name: 'Insights',
|
||||
component: () => import('@/views/Jyh/Insights/index.vue'),
|
||||
meta: {
|
||||
@@ -252,6 +252,19 @@ export default [
|
||||
asideMenu: 'drawer' // 左侧菜单抽屉模式
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/Situation',
|
||||
name: 'Situation',
|
||||
component: () => import('@/views/Jyh/Situation/index.vue'),
|
||||
meta: {
|
||||
title: '态势感知中心',
|
||||
reportTitle: '态势感知中心',
|
||||
className: 'w-full min-w-full',
|
||||
hiddenFooter: true,
|
||||
hasMobile: true,
|
||||
asideMenu: 'drawer' // 左侧菜单抽屉模式
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user