业务经理

微信扫描以上二维码

028-61286886

技术咨询

微信端打开pc端链接,被强制跳转到首页

迅睿框架 更新 2022-08-26 10:14:22 乡野村夫

微信端打开pc端网址的时候,会强制跳转到手机站首页而不是访问对应页面;手机浏览器访问是正常的。

方案

  • 迅睿框架联合创始人 #1 · 2022-08-24 17:33:03
    可以下载cms程序,部署一套新的域名测试,看看有没有这种想象--不部署的话,检查下有没有自己写过跳转代码
  • 乡野村夫 #2 · 2022-08-24 17:35:39
    迅睿框架联合创始人 pc端模板有写跳转代码如下:<script type="application/javascript">if (dr_is_mobile()) { // 移动端链接地址 document.location.href = '{str_replace(SITE_URL, SITE_MURL, $my_web_url)}'; }</script>
  • ff #3 · 2022-08-25 17:23:33
    用微信开发者工具调试一下看看
  • 老牛动漫画 #4 · 2022-08-26 10:14:22
    可加入提示用户微信内用浏览器打开代码<!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>请在微信外打开此链接</title></head><style type="text/css"> *{ margin:0; padding:0; } a{ text-decoration: none; } img{ max-width: 100%; height: auto; } .weixin-tip{ display: none; position: fixed; left:0; top:0; bottom:0; background: rgba(0,0,0,0.8); filter:alpha(opacity=80); height: 100%; width: 100%; z-index: 100; } .weixin-tip p{ text-align: center; margin-top: 10%; padding:0 5%; } </style><body> <div> <p> <img src="https://s1.ax1x.com/2020/07/09/UmomPf.png"; alt="微信打开"/> </p> </div><script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>;<script type="text/javascript"> $(window).on("load",function(){ var winHeight = $(window).height(); function is_weixin() { var ua = navigator.userAgent.toLowerCase(); if (ua.match(/MicroMessenger/i) == "micromessenger") { return true; } else { return false; } } var isWeixin = is_weixin(); if(isWeixin){ $(".weixin-tip").css("height",winHeight); $(".weixin-tip").show(); }else{ window.location.href="/"; } })</script></body></html>

迅睿系统漏洞

导入微信文章
导入微信文章(2026-09-15)
优化排版缺少文字情况
GEO系统
GEO系统(2026-09-15)
运营客户端,防止误触阴影处关闭对话框
独立站群系统
独立站群系统(2026-09-14)
子站独立部署时修复同步附件失败问题
在线客服
在线客服(2026-09-13)
修复删除会话报错问题 删除会话时联动删除聊天图片
在线考试竞赛系统
在线考试竞赛系统(2026-09-12)
增加投票功能 考试功能拓展 注意:更新后需要执行系统更新,更新数...
网上信箱
网上信箱(2026-09-12)
修复新版本兼容问题
GeoSeo收录宝
GeoSeo收录宝(2026-09-12)
1 优化Update.php文件,解决版本在线升级不完整问题 2 ...
GeoSeo工具箱
GeoSeo工具箱(2026-09-11)
修正历史记录推送
微信系统
微信系统(2026-09-11)
增加数据统计总览界面 账号管理增加服务和公众号的区别 菜单管理支持更...
答题系统
答题系统(2026-09-11)
一站式在线答题系统,支持真题考试、题库练习和错题本,适合培训、考证、...