fix: 锁屏重启判断
This commit is contained in:
@@ -71,6 +71,8 @@ onMounted(() => {
|
||||
// 本地锁定同时是登录状态
|
||||
if (lockedStore.type === 'lock' && getToken()) {
|
||||
lockedStore.fnLock('lock');
|
||||
} else if (lockedStore.type === 'reload') {
|
||||
lockedStore.relaodWait();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user