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);