From c22112b1b1ef3a4ede7cc49a8dc50fa88379007c Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Mon, 6 Mar 2023 16:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=20ESLint=E3=80=91src/App?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/App.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jero-web/src/App.vue b/jero-web/src/App.vue index 77bfb0a0..3814122e 100644 --- a/jero-web/src/App.vue +++ b/jero-web/src/App.vue @@ -22,9 +22,7 @@ export default { if (deviceType === 0) { that.$store.commit('TOGGLE_DEVICE', 'mobile') that.$store.dispatch('setSidebar', false) - } - // mobile - else if (deviceType === 1) { + } else if (deviceType === 1) { // mobile that.$store.commit('TOGGLE_DEVICE', 'mobile') that.$store.dispatch('setSidebar', false) } else {