update 添加银川大屏

This commit is contained in:
zk
2024-05-16 15:51:02 +08:00
parent 1c908b0615
commit adca7ae65e
8 changed files with 620 additions and 8 deletions
+8 -1
View File
@@ -22,6 +22,14 @@ const routes: Array<RouteRecordRaw> = [
},
component: () => import('/@/views/index.vue'),
},
{
path: '/yinChuanHome',
name: 'yinChuanHome',
meta: {
title: '副屏',
},
component: () => import('/@/views/yinChuan/yinChuan.vue'),
},
{
path: '/secondScreen',
name: 'secondScreen',
@@ -37,5 +45,4 @@ const router: Router = createRouter({
routes: [...routes],
});
export default router;