From d6b5456e43328abbcd6ca919fb5b35a17c9fcdea Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Thu, 11 Dec 2025 17:32:06 +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-=E6=AD=A6=E6=B1=89=E5=B8=82=E5=BC=80?= =?UTF-8?q?=E6=BA=90=E5=BB=BA=E8=AE=BE=E7=94=9F=E6=80=81=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/config/home.ts | 13 + src/views/Jyh/Community/index.vue | 1322 +++++++++++++++++ .../Jyh/Home/component/ComProject/index.vue | 8 +- 3 files changed, 1339 insertions(+), 4 deletions(-) create mode 100644 src/views/Jyh/Community/index.vue diff --git a/src/router/config/home.ts b/src/router/config/home.ts index 7140ba9..e6e4d61 100644 --- a/src/router/config/home.ts +++ b/src/router/config/home.ts @@ -293,6 +293,19 @@ export default [ asideMenu: 'drawer' // 左侧菜单抽屉模式 } }, + { + path: '/Community', + name: 'Community', + component: () => import('@/views/Jyh/Community/index.vue'), + meta: { + title: 'Community', + reportTitle: 'Community', + className: 'w-full min-w-full', + hiddenFooter: true, + hasMobile: true, + asideMenu: 'drawer' // 左侧菜单抽屉模式 + } + }, { path: '/LinePage', name: 'LinePage', diff --git a/src/views/Jyh/Community/index.vue b/src/views/Jyh/Community/index.vue new file mode 100644 index 0000000..9e6be77 --- /dev/null +++ b/src/views/Jyh/Community/index.vue @@ -0,0 +1,1322 @@ + + + + + diff --git a/src/views/Jyh/Home/component/ComProject/index.vue b/src/views/Jyh/Home/component/ComProject/index.vue index fc65fc7..8575f16 100644 --- a/src/views/Jyh/Home/component/ComProject/index.vue +++ b/src/views/Jyh/Home/component/ComProject/index.vue @@ -53,10 +53,10 @@ const activeIndex = ref(0); // 定义菜单列表数据 const menuList = [ - { name: '可信开源态势感知平台' }, - { name: '金银湖安全大模型' }, - { name: '软件供应链检测平台' }, - { name: '智能终端安全监测平台' } + { name: '可信开源态势感知平台(源感)' }, + { name: '金银湖代码安全大模型(源鉴)' }, + { name: '供应链安全检测系统(源链)' }, + { name: '智能终端应用安全监测平台(源端)' } ]; const changeTab = (index) => {