使用redirect重定向跳转是,在页面总会出现
HTTP/1.0 302 Found Cache-Control: no-cache Date: Thu, 07 Jul 2016 03:33:57 GMT Location: http://xxx Redirecting to http://xxx.
求指点
使用redirect重定向跳转是,在页面总会出现
HTTP/1.0 302 Found Cache-Control: no-cache Date: Thu, 07 Jul 2016 03:33:57 GMT Location: http://xxx Redirecting to http://xxx.
求指点
return redirect()->action('AdminController@left'); 我在controller里这样页面跳转,页面没跳转,但是响应里面显示出来了html代码,不知道什么原因。
1 回答4k 阅读✓ 已解决
3 回答1.8k 阅读✓ 已解决
2 回答2.2k 阅读✓ 已解决
1 回答1.3k 阅读✓ 已解决
2 回答2.2k 阅读
1 回答537 阅读✓ 已解决
773 阅读
你描述的很不详细,具体怎么使用的,代码如何,等等都没描述
我猜测你是在 view 中使用了 redirect,而不是在 control 中使用的,所以你的使用方式估计问题,请在 control 中使用