fix: 锁屏重启判断
This commit is contained in:
@@ -53,6 +53,7 @@ function backLogin() {
|
||||
const isLocked = computed(() => lockedStore.type !== 'none');
|
||||
|
||||
onMounted(() => {
|
||||
debugger
|
||||
console.log(lockedStore.type);
|
||||
// 本地锁定类型设置
|
||||
lockedStore.fnLock(lockedStore.type);
|
||||
|
||||
Reference in New Issue
Block a user