【fix ESLint】src/App

This commit is contained in:
zhaoxiao
2023-03-06 16:08:21 +08:00
parent 73be891f01
commit c22112b1b1
+1 -3
View File
@@ -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 {