From 93fb710aa364bf38da7215da6aeddb80302e42d8 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 5 Jan 2023 16:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=BD=AC=E6=96=B0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/sealDrawer.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/pages/sealDrawer.vue b/src/components/pages/sealDrawer.vue index 27389dd4..da9e3dd3 100644 --- a/src/components/pages/sealDrawer.vue +++ b/src/components/pages/sealDrawer.vue @@ -44,7 +44,6 @@ export default { mounted() { this.isVertical = ![90, -90].includes(window.orientation) window.onresize = () => { - this.isVertical = ![90, -90].includes(window.orientation) location.reload() } this.initDrawer()