手机访问Dede织梦网站都跳转到对应的手机版内容页-详情页

//织梦移动端m目录   域名首页跳转 (放在pc模板上)放在index.htm文件
<script type = "text/javascript">
  var mobileUrl = "http://m.hanzheng888.com",
  mobile = (/mmp|symbian|smartphone|midp|wap|phone|xoom|iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
  if (mobile) {
  window.location = mobileUrl;
  }
</script>

//织梦移动端m目录   域名 列表模板跳转 (放在pc模板上)放在list.article.htm文件
<script type = "text/javascript">
  var mobileUrl = "http://m.hanzheng888.com/plus/list.php?tid={dede:field.id/}",
  mobile = (/mmp|symbian|smartphone|midp|wap|phone|xoom|iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
  if (mobile) {
      window.location = mobileUrl;
  }
</script>


//织梦移动端m目录   域名 详情模板跳转 (放在pc模板上)放在article_article.htm文件
<script type = "text/javascript">
  var mobileUrl = "http://m.hanzheng888.com/plus/view.php?aid={dede:field.id/}",
  mobile = (/mmp|symbian|smartphone|midp|wap|phone|xoom|iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
  if (mobile) {
      window.location = mobileUrl;
  }
</script>

 

以上代码放在head标签前面既可

 

 

 

 

文章出处:https://bbs.360.cn/thread-14973992-1-1.html

posted @ 2022-09-26 16:52  冷晨  阅读(60)  评论(0编辑  收藏  举报