update: 初始化:新疆大屏基础搭建

This commit is contained in:
xf
2025-07-02 13:48:50 +08:00
parent 1cbda373e0
commit ff493d83d9
24 changed files with 1482 additions and 14 deletions
+9 -1
View File
@@ -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'),
},
];