新增锁定屏幕功能

This commit is contained in:
RuoYi
2026-03-20 21:44:35 +08:00
parent 6a8b086109
commit 030ba0dc28
7 changed files with 445 additions and 1 deletions
+6
View File
@@ -70,6 +70,12 @@ export const constantRoutes = [
}
]
},
{
path: '/lock',
component: () => import('@/views/lock'),
hidden: true,
meta: { title: '锁定屏幕' }
},
{
path: '/user',
component: Layout,