可信代码库V2版-首页展示页面原型开发

This commit is contained in:
fmk1023
2025-11-11 14:48:43 +08:00
parent f5b59fadd9
commit f1f05c11f6
22 changed files with 1109 additions and 86 deletions

View File

@@ -161,6 +161,19 @@ export default [
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
{
path: 'Insights',
name: 'Insights',
component: () => import('@/views/Jyh/Insights/index.vue'),
meta: {
title: '安全情报与动态',
reportTitle: '安全情报与动态',
className: 'w-full min-w-full',
hiddenFooter: true,
hasMobile: true,
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
]
},
{