新增锁定屏幕功能

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