vue 微信底部导航开始就隐藏

mounted() {
try{
isIOS= !!navigator.userAgent.match(/(i[^;]+;( U;)? CPU.+Mac OS X/)
if(fn.isIOS){
window.history.pushState({}, "title", "#");
}
}catch(e){
//TODO handle the exception
}

}

原文地址:https://www.cnblogs.com/lymconch/p/11322108.html