diff --git a/src/router/config/home.ts b/src/router/config/home.ts index 9d05adc..3413e15 100644 --- a/src/router/config/home.ts +++ b/src/router/config/home.ts @@ -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', diff --git a/src/views/Jyh/ecosystem/index.vue b/src/views/Jyh/ecosystem/index.vue new file mode 100644 index 0000000..82c52e6 --- /dev/null +++ b/src/views/Jyh/ecosystem/index.vue @@ -0,0 +1,1322 @@ + + + + +