在首页模板<head>与</head>之间加入以下代码就可以了
<script type="text/javascript">
if(/Android|webOS|iPhone|iPod|BlackBerry|Windows CE|Windows Phone/i.test(navigator.userAgent)){
if(window.location.href.indexOf("?pc")<0){try{window.location.href="/"}catch(e){}}
}
</script>