在配置的登录页面上(例如:Login.aspx) 页面<head></head>中加入JavaScript代码:

<script type="text/javascript" >
        if (window != top) {
            top.location.href = location.href;     
        }
</script>

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-25
  • 2022-12-23
  • 2021-06-20
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案