update 添加银川大屏
This commit is contained in:
+8
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user