fix: 锁屏重启判断

This commit is contained in:
TsMask
2024-01-18 11:28:12 +08:00
parent 0acb4109e5
commit 13738d5b4e
2 changed files with 9 additions and 5 deletions

View File

@@ -71,6 +71,8 @@ onMounted(() => {
// 本地锁定同时是登录状态
if (lockedStore.type === 'lock' && getToken()) {
lockedStore.fnLock('lock');
} else if (lockedStore.type === 'reload') {
lockedStore.relaodWait();
}
});
});