fix: 锁屏重启判断
This commit is contained in:
@@ -21,6 +21,7 @@ const useLockedStore = defineStore('locked', {
|
||||
actions: {
|
||||
// 重启等待-轮询
|
||||
async relaodWait() {
|
||||
debugger
|
||||
try {
|
||||
const res = await getSysConf();
|
||||
if (res.code === RESULT_CODE_SUCCESS && res.data) {
|
||||
|
||||
Reference in New Issue
Block a user