关于redirect方法 总是跳不出自己的模块

浏览:894 发布日期:2014/11/17 分类:求助交流
在后台 的login模块里做了权限验证 一切通过了 就用 $this->redirect('Admin/Index/index') 跳到后台的首页(http://localhost/tp/admin/index)
但是每当验证通过了以后 都会跳到
http://localhost/tp/admin/login/admin/index/index
真是不理解这是为什么 看了很多例子 真不懂了 而且 我这是照着后盾网视频写的 人家就能跳到http://localhost/tp/admin/index/index 而我这偏偏要成了http://localhost/tp/admin/login/admin/index/index 求解
最佳答案
评论( 相关
后面还有条评论,点击查看>>