After using Mui, the A link cannot jump to the solution

The effect of using mui in a project is great. The only problem is that I want to jump the a link to a new page, but mui blocks jump events by default.
We can use the following binding tap to use js to jump. Pro test is effective.
<script type="text/javascript" >
mui('body').on( 'tap' , 'a' , function(){
	document.location.href=this.href;
} )
</script>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325832584&siteId=291194637