We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
我也想知道这个问题怎么处理,看你关闭了讨论,有解决方法了吗? 难不成去改源码?
Sorry, something went wrong.
找到这个文件 \vendor\symfony\http-foundation\RedirectResponse.php
把body 设置 style 隐藏即可 代码如下 <body style="display: none"> Redirecting to <a href="%1$s">%1$s</a>. </body>
<body style="display: none"> Redirecting to <a href="%1$s">%1$s</a>. </body>
$response->send();
不要 echo 就没这些事儿了,了解一下 RedirectResponse 的用法...
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: