diff --git a/public/react/public/index.html b/public/react/public/index.html index 7da2b8d03..38fd550ab 100755 --- a/public/react/public/index.html +++ b/public/react/public/index.html @@ -17,8 +17,8 @@ - - + + @@ -44,13 +44,13 @@ window.__isR = true; // 不支持ie9 ie10 if ( - ( navigator.userAgent.indexOf('MSIE 9') != -1 + ( navigator.userAgent.indexOf('MSIE 9') != -1 || navigator.userAgent.indexOf('MSIE 10') != -1 ) - && + && location.pathname.indexOf("/compatibility") == -1) { debugger; // location.href = './compatibility' - location.href = '/compatibility.html' + location.href = '/compatibility.html' } // const isMobile = (/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase())); const isWeiXin = (/MicroMessenger/i.test(navigator.userAgent.toLowerCase())); @@ -203,10 +203,10 @@ --> - + + + + +