feat: 锁屏页面

This commit is contained in:
TsMask
2024-06-11 18:31:26 +08:00
parent 7275a87fba
commit b67d591d0a
2 changed files with 226 additions and 0 deletions

View File

@@ -93,6 +93,12 @@ const constantRoutes: RouteRecordRaw[] = [
meta: { title: 'router.quickStart' },
component: () => import('@/views/system/quick-start/index.vue'),
},
{
path: '/lock-screen',
name: 'LockScreen',
meta: { title: 'router.lockScreen' },
component: () => import('@/views/tool/lockScreen/index.vue'),
},
{
path: '/redirect',
name: 'Redirect',