1.修改大屏问题及添加新需求
This commit is contained in:
2025-09-26 18:57:17 +08:00
parent f024615260
commit 7154314e93
21 changed files with 766 additions and 271 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ const routes: Array<RouteRecordRaw> = [
meta: {
title: '副屏',
},
component: () => import('/@/views/indexSun.vue'),
component: () => import('/@/views/healthConsultation/HealthConsultationIndex.vue'),
},
{
path: '/home',
@@ -32,7 +32,7 @@ const routes: Array<RouteRecordRaw> = [
meta: {
title: '健康咨询',
},
component: () => import('../views/healthConsultation/HealthConsultationIndex.vue'),
component: () => import('/@/views/indexSun.vue'),
},
{
path: '/indexSon',