This commit is contained in:
zk
2024-08-29 15:14:04 +08:00
parent a9fedaf124
commit 7693850d47
13 changed files with 3596 additions and 1 deletions
+9 -1
View File
@@ -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',