From f24153c95a3ae82914f193ad1cad8bfb7f32571b Mon Sep 17 00:00:00 2001 From: Hooray <304327508@qq.com> Date: Wed, 8 Mar 2023 20:46:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BB=A3=E7=A0=81=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index b7a88e4..7e65a2b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,8 +6,6 @@ import hotkeys from 'hotkeys-js' import eventBus from './utils/eventBus' import useSettingsStore from '@/store/modules/settings' -const route = useRoute() - const settingsStore = useSettingsStore() const { auth } = useAuth() @@ -65,13 +63,15 @@ import.meta.env.VITE_APP_DEBUG_TOOL === 'vconsole' && new VConsole()