thinkphp 使用iframe类框架跳转问题
thinkphp 登录验证 或者其他跳转使用 iframe类框架 跳转出现 跳转内容出现在iframe框架内的问题解决
注意首页的坑
protected function _initialize(){
//如果两个cookie有一个不存在,则返回false
if(!isset($_SESSION['username'])) {
//检测是否登录,若没登录则转向登录界面
// header('Location:'.U('Login/login'));
// $this->redirect('Login/login');
$url=U('Login/login');
echo ('<script>top.location.href="'.$url.'";</script>');
exit;
}
}
版权声明:
作者:超级管理员
链接:
https://blog.apecloud.ltd/article/detail.html?id=7
来源:猿码云个人技术站
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
打赏
共有0条评论