thinkphp 6.0 在 initialize 中重定向无效

 

改用 header() 函数

实例:

// header('location:/index.php/模块/控制器/方法');
header('location:/index.php/admin/login/login');

 

 

相关文章:

  • 2021-09-21
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-11-12
相关资源
相似解决方案