update
This commit is contained in:
+9
-1
@@ -36,10 +36,18 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: '/yinChuanHome',
|
||||
name: 'yinChuanHome',
|
||||
meta: {
|
||||
title: '副屏',
|
||||
title: '银川片应急就医',
|
||||
},
|
||||
component: () => import('/@/views/yinChuan/yinChuan.vue'),
|
||||
},
|
||||
{
|
||||
path: '/yinChuanTest',
|
||||
name: 'yinChuanTest',
|
||||
meta: {
|
||||
title: '银川片应急就医',
|
||||
},
|
||||
component: () => import('/@/views/yinChuanTest/yinChuanTest.vue'),
|
||||
},
|
||||
{
|
||||
path: '/secondScreen',
|
||||
name: 'secondScreen',
|
||||
|
||||
Reference in New Issue
Block a user