thinkphp 6.0 在 initialize 中重定向无效
改用 header() 函数
实例:
// header('location:/index.php/模块/控制器/方法'); header('location:/index.php/admin/login/login');
thinkphp 6.0 在 initialize 中重定向无效
改用 header() 函数
实例:
// header('location:/index.php/模块/控制器/方法'); header('location:/index.php/admin/login/login');