@@ -46,7 +46,6 @@ export default {
},
// 是否是手机端
isMobile() {
- debugger
if (isMobileDevice() && window.screen.width < 768) {
this.isMobileTerminal = true
this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })