Tcode平台改造升级-关于我们页面开发
This commit is contained in:
@@ -186,6 +186,19 @@ export default [
|
||||
asideMenu: 'drawer' // 左侧菜单抽屉模式
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/intro',
|
||||
name: 'Intro',
|
||||
component: () => import('@/views/Jyh/Intro/index.vue'),
|
||||
meta: {
|
||||
title: '关于我们',
|
||||
reportTitle: '关于我们',
|
||||
className: 'w-full min-w-full',
|
||||
hiddenFooter: true,
|
||||
hasMobile: true,
|
||||
asideMenu: 'drawer' // 左侧菜单抽屉模式
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'Insights',
|
||||
name: 'Insights',
|
||||
|
||||
Reference in New Issue
Block a user