Tcode平台改造升级-武汉市开源建设生态页面开发
This commit is contained in:
@@ -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',
|
||||
|
||||
1322
src/views/Jyh/Community/index.vue
Normal file
1322
src/views/Jyh/Community/index.vue
Normal file
File diff suppressed because it is too large
Load Diff
@@ -53,10 +53,10 @@ const activeIndex = ref(0);
|
||||
|
||||
// 定义菜单列表数据
|
||||
const menuList = [
|
||||
{ name: '可信开源态势感知平台' },
|
||||
{ name: '金银湖安全大模型' },
|
||||
{ name: '软件供应链检测平台' },
|
||||
{ name: '智能终端安全监测平台' }
|
||||
{ name: '可信开源态势感知平台(源感)' },
|
||||
{ name: '金银湖代码安全大模型(源鉴)' },
|
||||
{ name: '供应链安全检测系统(源链)' },
|
||||
{ name: '智能终端应用安全监测平台(源端)' }
|
||||
];
|
||||
|
||||
const changeTab = (index) => {
|
||||
|
||||
Reference in New Issue
Block a user