Tcode平台改造升级-态势感知中心页面开发

This commit is contained in:
fmk1023
2025-12-09 14:56:29 +08:00
parent 87c2777923
commit d72546c81b
6 changed files with 302 additions and 7 deletions

View File

@@ -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' // 左侧菜单抽屉模式
}
},
]
},
{