This commit is contained in:
zk
2024-05-17 16:10:51 +08:00
parent ce2b8f5837
commit 7444e6ff75
18 changed files with 125 additions and 76 deletions
+16
View File
@@ -14,6 +14,14 @@ const routes: Array<RouteRecordRaw> = [
},
component: () => import('/@/views/sys/login.vue'),
},
{
path: '/screenLogin',
name: 'screenLogin',
meta: {
title: '登录',
},
component: () => import('/@/views/sys/login.vue'),
},
{
path: '/home',
name: 'index',
@@ -38,6 +46,14 @@ const routes: Array<RouteRecordRaw> = [
},
component: () => import('/@/views/indexSon.vue'),
},
{
path: '/transfer',
name: 'transfer',
meta: {
title: '应急大屏',
},
component: () => import('/@/views/transfer.vue'),
},
];
const router: Router = createRouter({