新增锁定屏幕功能

This commit is contained in:
RuoYi
2026-03-20 21:58:28 +08:00
parent 030ba0dc28
commit 9f44c22dcc

View File

@@ -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 {