Tcode平台改造升级-武汉市开源建设生态页面开发

This commit is contained in:
fmk1023
2025-12-11 17:32:06 +08:00
parent 0f84f23c63
commit d6b5456e43
3 changed files with 1339 additions and 4 deletions

View File

@@ -53,10 +53,10 @@ const activeIndex = ref(0);
// 定义菜单列表数据
const menuList = [
{ name: '可信开源态势感知平台' },
{ name: '金银湖安全大模型' },
{ name: '软件供应链检测平台' },
{ name: '智能终端安全监测平台' }
{ name: '可信开源态势感知平台(源感)' },
{ name: '金银湖代码安全大模型(源鉴)' },
{ name: '供应链安全检测系统(源链)' },
{ name: '智能终端应用安全监测平台(源端)' }
];
const changeTab = (index) => {