tp5使用success和redirect跳转不能访问入口文件

浏览:690 发布日期:2018/04/10 分类:ThinkPHP5专区 关键字: 路径跳转 控制器
我在login操作中使用return $this->fetch('admin/index)都可以跳转到index视图,但使用$this->success('admin/index')或则$this->redirect('admin/index');却不能跳转,我到了问题所在,跳转后路径中没有加载入口文件,正确路径本来因该是"http://localhost/index1.php/admin/admin/index.html",但跳转过去的却是http://localhost/admin/admin/index.html,这是为什么
最佳答案
评论( 相关
后面还有条评论,点击查看>>