fix: 锁屏重启判断

This commit is contained in:
TsMask
2024-01-18 12:21:48 +08:00
parent e50e081843
commit b485e14ff4
2 changed files with 4 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ const useLockedStore = defineStore('locked', {
window.location.reload();
}
} catch (error) {
console.log(error)
// 延迟5秒
setTimeout(() => {
this.relaodWait();