新增锁定屏幕功能

This commit is contained in:
RuoYi
2026-03-21 23:30:07 +08:00
parent 59392c7b35
commit 1eaf3a6ec7
12 changed files with 510 additions and 5 deletions

View File

@@ -74,6 +74,12 @@ export const constantRoutes = [
}
]
},
{
path: '/lock',
component: () => import('@/views/lock'),
hidden: true,
meta: { title: '锁定屏幕' }
},
{
path: '/user',
component: Layout,