健康咨询平台大屏
This commit is contained in:
+10
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user