From 19ad1851262d09e589a3f66e73301da78511a2d6 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Thu, 27 Nov 2025 17:08:58 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F25-11-18#story#7366,=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=95=86KPI=E7=95=8C=E9=9D=A2=E9=9C=80=E6=B1=822025.9.11?= =?UTF-8?q?=EF=BC=88=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=20resize)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 15fd85f8..96130c06 100644 --- a/public/index.html +++ b/public/index.html @@ -56,7 +56,7 @@ if (isMobile) {// 是移动端不变 // console.log("是移动端不变") }else{ - if(window.location.pathname=='/h5/supplier/dispatch/kpiIndex'){ + if(window.location.pathname=='/h5/supplier/dispatch/kpiIndex' || window.location.pathname=='/h5/supplier/dispatch/kpiCaseNew'){ // console.log("执行了执行了") win.addEventListener(resizeEvt, recalc, false); doc.addEventListener('DOMContentLoaded', recalc, false);