健康咨询平台大屏

This commit is contained in:
huangzhen
2025-09-25 14:57:31 +08:00
parent a97d9c64aa
commit d103785a45
15 changed files with 20569 additions and 5 deletions
+10 -2
View File
@@ -19,13 +19,21 @@ const routes: Array<RouteRecordRaw> = [
component: () => import('/@/views/sys/login.vue'),
},
{
path: '/home',
name: 'index',
path: '/home2',
name: 'index2',
meta: {
title: '副屏',
},
component: () => import('/@/views/indexSun.vue'),
},
{
path: '/home',
name: 'index',
meta: {
title: '健康咨询',
},
component: () => import('../views/healthConsultation/HealthConsultationIndex.vue'),
},
{
path: '/indexSon',
name: 'indexSon',