From 6c1e83bc44a0c1b6d3c57860680b9ba4521efdc0 Mon Sep 17 00:00:00 2001 From: zhoule Date: Tue, 5 Mar 2024 15:16:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E7=AC=AC=E4=B8=80=E6=AC=A1=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E9=A1=B5=E9=9D=A2=E5=A4=A7=E5=B0=8F=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E7=9B=91=E5=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/JiHeExpressway/components/Adaptation.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Adaptation.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Adaptation.vue index ff5a269d..8d34a74d 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/Adaptation.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/Adaptation.vue @@ -101,10 +101,10 @@ export default { mounted() { this.initScale(); - window.addEventListener( - "resize", - _.debounce(this.initScale.bind(this), 360) - ); + // window.addEventListener( + // "resize", + // _.debounce(this.initScale.bind(this), 360) + // ); }, };