新增锁定屏幕功能
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