mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-04-27 01:37:53 +08:00
新增锁定屏幕功能
This commit is contained in:
@@ -74,6 +74,12 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/lock',
|
||||
component: () => import('@/views/lock'),
|
||||
hidden: true,
|
||||
meta: { title: '锁定屏幕' }
|
||||
},
|
||||
{
|
||||
path: '/user',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user