update: 初始化:新疆大屏基础搭建
This commit is contained in:
+9
-1
@@ -23,7 +23,15 @@ const routes: Array<RouteRecordRaw> = [
|
||||
meta: {
|
||||
title: '副屏',
|
||||
},
|
||||
component: () => import('/@/views/indexSon.vue'),
|
||||
component: () => import('/@/views/indexSun.vue'),
|
||||
},
|
||||
{
|
||||
path: '/home1',
|
||||
name: 'index1',
|
||||
meta: {
|
||||
title: '副屏1',
|
||||
},
|
||||
component: () => import('/@/views/index.vue'),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user