鸿蒙智能电子锁前端项目
whychdw
2024-12-18 45b4ff5c0b824d2e5b51a6af3c44076d05f0214d
src/layout/mixin/ResizeHandler.js
@@ -32,15 +32,6 @@
      const rect = body.getBoundingClientRect();
      return rect.width - 1 < WIDTH;
    },
    resizeHandler() {
      if (!document.hidden) {
        const isMobile = this.isMobile();
        store.app().toggleDevice(isMobile ? 'mobile' : 'desktop');
        if (isMobile) {
          store.app().closeSidebar({ withoutAnimation: true });
        }
      }
    }
    resizeHandler() {}
  }
});