1 个管道
的构建
通过
耗费
1 秒
判断用户登录后,进入登陆页面自动跳转地址修改
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -37,7 +37,7 @@ class LoginController extends HomeBaseController | @@ -37,7 +37,7 @@ class LoginController extends HomeBaseController | ||
37 | } | 37 | } |
38 | session('login_http_referer', $redirect); | 38 | session('login_http_referer', $redirect); |
39 | if (cmf_is_user_login()) { //已经登录时直接跳到首页 | 39 | if (cmf_is_user_login()) { //已经登录时直接跳到首页 |
40 | - return redirect($this->request->root() . '/'); | 40 | + return redirect(url('user/Login/chooseAge')); |
41 | } else { | 41 | } else { |
42 | return $this->fetch(":login"); | 42 | return $this->fetch(":login"); |
43 | } | 43 | } |
@@ -136,7 +136,7 @@ class LoginController extends HomeBaseController | @@ -136,7 +136,7 @@ class LoginController extends HomeBaseController | ||
136 | // return redirect($this->request->root() . '/'); | 136 | // return redirect($this->request->root() . '/'); |
137 | // } | 137 | // } |
138 | } else { | 138 | } else { |
139 | - return redirect($this->request->root() . '/'); | 139 | + return redirect(url('user/Login/index')); |
140 | } | 140 | } |
141 | } | 141 | } |
142 | 142 |
-
请 注册 或 登录 后发表评论