博客文章

织梦dedecms自动跳转到手机页面

04月23日

织梦cms是非常常见的cms系统,但是dedecms移动端做的没有那么好了,下面讲讲织梦dedecms自动跳转到手机页面实现方法:
首页

<script src="http://siteapp.baidu.com/static/webappservice/uaredirect.js" type="text/javascript"></script>
<script type="text/javascript">uaredirect("http://m.XXX.com/");</script>
<meta http-equiv="mobile-agent" content="format=html5; url=http://m.XXX.com/">
<meta http-equiv="mobile-agent" content="format=xhtml; url=http://m.XXX.com/">

内页

<script src="http://siteapp.baidu.com/static/webappservice/uaredirect.js" type="text/javascript"></script>
<script type="text/javascript">uaredirect("http://m.XXXXX.com{dede:type}
[field:typelink /]
{/dede:type}");</script>
<meta http-equiv="mobile-agent" content="format=html5; url=http://m.XXXX.com{dede:type}
[field:typelink /]
{/dede:type}">
<meta http-equiv="mobile-agent" content="format=xhtml; url=http://m.XXXX.com{dede:type}
[field:typelink /]
{/dede:type}">
返回