Tcode平台改造升级-开源生态与贡献价值全景页面路由修改

This commit is contained in:
fmk1023
2025-12-18 09:30:34 +08:00
parent 8885af40c2
commit 58579b7ad3
2 changed files with 1348 additions and 0 deletions

View File

@@ -358,6 +358,32 @@ export default [
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
{
path: '/security',
name: 'security',
component: () => import('@/views/Jyh/security/index.vue'),
meta: {
title: '全球开源风险态势感知监控中心',
reportTitle: 'Community',
className: 'w-full min-w-full',
hiddenFooter: true,
hasMobile: true,
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
{
path: '/ecosystem',
name: 'ecosystem',
component: () => import('@/views/Jyh/ecosystem/index.vue'),
meta: {
title: '开源生态与贡献价值全景',
reportTitle: 'Community',
className: 'w-full min-w-full',
hiddenFooter: true,
hasMobile: true,
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
{
path: '/model-chat',
name: 'ModelChat',

File diff suppressed because it is too large Load Diff