update
1.修改大屏问题及添加新需求
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user