Tcode平台改造升级-控制台登录组件开发及用户工作台页面开发
This commit is contained in:
@@ -254,6 +254,19 @@ export default [
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/Dashboard',
|
||||
name: 'Dashboard',
|
||||
component: () => import('@/views/Jyh/Dashboard/index.vue'),
|
||||
meta: {
|
||||
title: 'Dashboard',
|
||||
reportTitle: 'Dashboard',
|
||||
className: 'w-full min-w-full',
|
||||
hiddenFooter: true,
|
||||
hasMobile: true,
|
||||
asideMenu: 'drawer' // 左侧菜单抽屉模式
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/ai',
|
||||
redirect: '/ai/home',
|
||||
|
||||
Reference in New Issue
Block a user