mirror of
https://gitcode.com/yangzongzhuan/RuoYi-Vue3.git
synced 2026-05-23 11:18:36 +00:00
新增锁定屏幕功能
This commit is contained in:
@@ -33,7 +33,6 @@ router.beforeEach((to, from, next) => {
|
||||
next({ path: '/lock' })
|
||||
NProgress.done()
|
||||
} else if (!isLock && to.path === '/lock') {
|
||||
alert(isLock)
|
||||
next({ path: '/' })
|
||||
NProgress.done()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user