手機UA跳轉至m子域名JS代碼

請將此代碼添加至全局——嵌入相關——模板加載前嵌入:

<script>
(function() {
if(window.screen.width < 1000 && location.hostname.split(\’.\’)[0] != \’m\’) {
location.href = \’http://m.afx5.cn\’ + location.pathname + location.search + location.hash;
}
})();
</script>

上述代碼UC瀏覽器不跳轉,請使用下列代碼:

<script>
$(function() {
if($(window).width() < 1000 && location.hostname.split(\’.\’)[0] != \’m\’) {
location.href = \’http://m.afx5.cn\’ + location.pathname + location.search + location.hash;
}
})
</script>

請將上述代碼中的http://m.afx5.cn替換為http://m.你的主域名

? 版權聲明
THE END
喜歡就支持一下吧
點贊510 分享
評論 搶沙發

請登錄后發表評論

    暫無評論內容