Commit ce015964 by sendya

fix: layout mode name

parent fb38f0d6
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
enquireScreen(deviceType => { enquireScreen(deviceType => {
// tablet // tablet
if (deviceType === 0) { if (deviceType === 0) {
that.$store.commit('TOGGLE_DEVICE', 'tablet') that.$store.commit('TOGGLE_DEVICE', 'mobile')
that.$store.dispatch('setSidebar', false) that.$store.dispatch('setSidebar', false)
} }
// mobile // mobile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment