Tcode平台改造升级-控制台登录组件开发及用户工作台页面开发

This commit is contained in:
fmk1023
2025-12-09 14:31:11 +08:00
parent af7578ec2a
commit 87c2777923
13 changed files with 3596 additions and 992 deletions

View File

@@ -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',