feat: 健康档案大屏功能新增。

This commit is contained in:
tianyongbao
2026-06-20 22:10:42 +08:00
parent 90e923f490
commit 9132824c61
10 changed files with 5386 additions and 30 deletions

View File

@@ -65,28 +65,19 @@ export const constantRoutes = [
{
path: '',
component: Layout,
redirect: '/accountCalendar'
// children: [
// {
// path: '/index',
// component: () => import('@/views/index'),
// name: 'Index',
// meta: { title: '首页', icon: 'dashboard', affix: true }
// }
// ]
redirect: '/index'
},
{
path: '/index',
component: Layout,
redirect: '/statisticanalysis/accountAnalysis'
// children: [
// {
// path: '/index',
// component: () => import('@/views/index'),
// name: 'Index',
// meta: { title: '首页', icon: 'dashboard', affix: true }
// }
// ]
children: [
{
path: '',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
}
]
},
{
path: '/user',