From 119070dd3ca5f84974fd66cb31623401a89604ba Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Tue, 3 May 2022 04:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E5=AE=8C=E6=88=90=E9=94=81?= =?UTF-8?q?=E5=B1=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/store/modules/lock.ts | 1 - 1 file changed, 1 deletion(-) 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) {