Browse Source

👣 完成锁屏功能

master
wangxiang 3 years ago
parent
commit
119070dd3c
  1. 1
      kicc-ui/src/store/modules/lock.ts

1
kicc-ui/src/store/modules/lock.ts

@ -56,7 +56,6 @@ export const useLockStore = defineStore({
goHome: false, goHome: false,
unLock: true unLock: true
}); });
debugger
if (res) this.resetLockInfo(); if (res) this.resetLockInfo();
return res; return res;
} catch (error) { } catch (error) {

Loading…
Cancel
Save