소스 검색

fix:删除debugger

lazy 6 달 전
부모
커밋
9d3c057f14
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/layout/components/FootMark.vue

+ 0 - 1
src/layout/components/FootMark.vue

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