From 58579b7ad3d12ce13e46131017e5e1b941353c57 Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Thu, 18 Dec 2025 09:30:34 +0800 Subject: [PATCH] =?UTF-8?q?Tcode=E5=B9=B3=E5=8F=B0=E6=94=B9=E9=80=A0?= =?UTF-8?q?=E5=8D=87=E7=BA=A7-=E5=BC=80=E6=BA=90=E7=94=9F=E6=80=81?= =?UTF-8?q?=E4=B8=8E=E8=B4=A1=E7=8C=AE=E4=BB=B7=E5=80=BC=E5=85=A8=E6=99=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=AF=E7=94=B1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/config/home.ts | 26 + src/views/Jyh/ecosystem/index.vue | 1322 +++++++++++++++++++++++++++++ 2 files changed, 1348 insertions(+) create mode 100644 src/views/Jyh/ecosystem/index.vue 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 @@ + + + + +