报错情况 mui.min.js:6061 [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080 解决办法 加入以下js代码搞定 mui('body').on('click','a',function(){ document.location.href=this.href; });