我在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,这是为什么