From 8885af40c24e3ac092e70e927b8720c47ada6e19 Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Thu, 18 Dec 2025 09:22:15 +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=85=A8=E7=90=83=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E9=A3=8E=E9=99=A9=E6=80=81=E5=8A=BF=E6=84=9F=E7=9F=A5=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E4=B8=AD=E5=BF=83=E9=A1=B5=E9=9D=A2=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=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 | 15 +- src/views/Jyh/security/index.vue | 1322 ++++++++++++++++++++++++++++++ 2 files changed, 1336 insertions(+), 1 deletion(-) create mode 100644 src/views/Jyh/security/index.vue diff --git a/src/router/config/home.ts b/src/router/config/home.ts index 30cc9da..9d05adc 100644 --- a/src/router/config/home.ts +++ b/src/router/config/home.ts @@ -337,7 +337,20 @@ export default [ name: 'Community', component: () => import('@/views/Jyh/Community/index.vue'), 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', className: 'w-full min-w-full', hiddenFooter: true, diff --git a/src/views/Jyh/security/index.vue b/src/views/Jyh/security/index.vue new file mode 100644 index 0000000..9679d42 --- /dev/null +++ b/src/views/Jyh/security/index.vue @@ -0,0 +1,1322 @@ + + + + +