fix: 锁屏重启判断
This commit is contained in:
@@ -28,6 +28,7 @@ const useLockedStore = defineStore('locked', {
|
||||
window.location.reload();
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
// 延迟5秒
|
||||
setTimeout(() => {
|
||||
this.relaodWait();
|
||||
|
||||
Reference in New Issue
Block a user