Tcode平台改造升级-全球开源风险态势感知监控中心页面路由修改

This commit is contained in:
fmk1023
2025-12-18 09:22:15 +08:00
parent 2906b515e4
commit 8885af40c2
2 changed files with 1336 additions and 1 deletions

View File

@@ -337,7 +337,20 @@ export default [
name: 'Community', name: 'Community',
component: () => import('@/views/Jyh/Community/index.vue'), component: () => import('@/views/Jyh/Community/index.vue'),
meta: { meta: {
title: 'Community', title: '武汉开源生态建设',
reportTitle: 'Community',
className: 'w-full min-w-full',
hiddenFooter: true,
hasMobile: true,
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
{
path: '/security',
name: 'security',
component: () => import('@/views/Jyh/security/index.vue'),
meta: {
title: '全球开源风险态势感知监控中心',
reportTitle: 'Community', reportTitle: 'Community',
className: 'w-full min-w-full', className: 'w-full min-w-full',
hiddenFooter: true, hiddenFooter: true,

File diff suppressed because it is too large Load Diff