Tcode平台改造升级-产品服务页面修改开发
This commit is contained in:
@@ -266,12 +266,51 @@ export default [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/ProductServices',
|
||||
name: 'ProductServices',
|
||||
component: () => import('@/views/Jyh/ProductServices/index.vue'),
|
||||
path: '/ProductServices/1',
|
||||
name: 'ProductServices1',
|
||||
component: () => import('@/views/Jyh/ProductServices/ProductServices1/index.vue'),
|
||||
meta: {
|
||||
title: '产品服务',
|
||||
reportTitle: '产品服务',
|
||||
title: '可信开源态势感知平台 (源感)',
|
||||
reportTitle: '可信开源态势感知平台 (源感)',
|
||||
className: 'w-full min-w-full',
|
||||
hiddenFooter: true,
|
||||
hasMobile: true,
|
||||
asideMenu: 'drawer' // 左侧菜单抽屉模式
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/ProductServices/2',
|
||||
name: 'ProductServices2',
|
||||
component: () => import('@/views/Jyh/ProductServices/ProductServices2/index.vue'),
|
||||
meta: {
|
||||
title: '金银湖安全大模型 (源鉴)',
|
||||
reportTitle: '金银湖安全大模型 (源鉴)',
|
||||
className: 'w-full min-w-full',
|
||||
hiddenFooter: true,
|
||||
hasMobile: true,
|
||||
asideMenu: 'drawer' // 左侧菜单抽屉模式
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/ProductServices/3',
|
||||
name: 'ProductServices3',
|
||||
component: () => import('@/views/Jyh/ProductServices/ProductServices3/index.vue'),
|
||||
meta: {
|
||||
title: '软件供应链检测平台 (源链)',
|
||||
reportTitle: '软件供应链检测平台 (源链)',
|
||||
className: 'w-full min-w-full',
|
||||
hiddenFooter: true,
|
||||
hasMobile: true,
|
||||
asideMenu: 'drawer' // 左侧菜单抽屉模式
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/ProductServices/4',
|
||||
name: 'ProductServices4',
|
||||
component: () => import('@/views/Jyh/ProductServices/ProductServices4/index.vue'),
|
||||
meta: {
|
||||
title: '智能终端应用安全监测平台(源端)',
|
||||
reportTitle: '智能终端应用安全监测平台(源端)',
|
||||
className: 'w-full min-w-full',
|
||||
hiddenFooter: true,
|
||||
hasMobile: true,
|
||||
|
||||
Reference in New Issue
Block a user