IE开发者模式出现:DOM7011此页上的代码禁用了反向和正向缓存改怎么解决?

如标题
图片说明

if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE9.0"){ xxxxxxx }else{ this.props.history.push(window.AppConf.routeRootPath)} }


原文:https://blog.csdn.net/hilary_front/article/details/78731017

img
如图,head里面加上下面两句即可