Commit e74ab0cd authored by 吴贤德's avatar 吴贤德

GA登陆 SP角色跳转页修改。

parent 7b5d64f5
...@@ -184,7 +184,7 @@ class LoginAction extends Action{ ...@@ -184,7 +184,7 @@ class LoginAction extends Action{
import('ORG.Util.RBAC'); import('ORG.Util.RBAC');
RBAC::saveAccessList(); RBAC::saveAccessList();
if ($userInfo[0]["grade"] == 3) { if ($userInfo[0]["grade"] == 3) {
$this->redirect('Portal/index'); $this->redirect('Index/index');
} else { } else {
$this->redirect('Index/index'); $this->redirect('Index/index');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment