From aa89c386c55df3ab1be713054005baafb133382f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Wed, 12 Jan 2022 00:24:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(app.ts):=20=E5=88=A0=E9=99=A4=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index 583b7bf2..c2ba1519 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -30,7 +30,6 @@ export const useAppStore = defineStore({ this.sidebar.withoutAnimation = withoutAnimation }, toggleDevice( device:any) { - console.log('TOGGLE_DEVICE',device) this.device = device } }