mui-a标签跳转

mui('body').on('tap','a',function(){
    window.top.location.href=this.href;
});
原文地址:https://www.cnblogs.com/zyzhao/p/6962681.html