请将此代码添加至全局——嵌入相关——模板加载前嵌入:
<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.你的主域名
© 版权声明
文章版权归作者所有,未经允许请勿转载。
本站所有资源均为作者提供和网友推荐收集整理而来,仅供学习和研究使用,请在下载后24小时内删除。
如果有侵权之处请第一时间联系我们E-mail:630092965@qq.com删除。敬请谅解!
THE END
暂无评论内容