谷歌浏览器有些链接无法跳转

版本号:84.0.4147.89

安全性设置为标准保护

例如HttpRedirect("xxxx")函数有时候无法跳转

改为

返回页面,页面里面加一个前端跳转

<html>
    <script>
       window.location.href ="{ { redirect_url }}"; 
    </script>
</html>

猜你喜欢

转载自blog.csdn.net/pengwupeng2008/article/details/107930427