diff --git a/kicc-ui/src/store/modules/lock.ts b/kicc-ui/src/store/modules/lock.ts index 2f51fde1..78ae17b1 100644 --- a/kicc-ui/src/store/modules/lock.ts +++ b/kicc-ui/src/store/modules/lock.ts @@ -56,7 +56,6 @@ export const useLockStore = defineStore({ goHome: false, unLock: true }); - debugger if (res) this.resetLockInfo(); return res; } catch (error) {