style: 软件激活omclong

This commit is contained in:
TsMask
2024-01-17 20:32:38 +08:00
parent 5fffca1eea
commit b445464192

View File

@@ -26,7 +26,6 @@ const useLockedStore = defineStore('locked', {
async relaodWait() {
const res = await getSysConf();
if (res.code === RESULT_CODE_SUCCESS && res.data) {
console.log(res);
this.fnLock('lock', false);
} else {
// 延迟5秒
@@ -44,7 +43,7 @@ const useLockedStore = defineStore('locked', {
// 延迟5秒
setTimeout(() => {
this.relaodWait();
}, 5_000);
}, 2_000);
}
},
},