提交 3779f613 编写于 作者: R root

切换语言登录不能登录的bug

上级 10678a3c
......@@ -357,14 +357,16 @@ class Url extends Service
*/
protected function actionRedirect($url){
if($url){
//session_commit();
header("Location: $url");
}
}
protected function actionRedirectByUrlKey($urlKey,$params=[]){
if($urlKey){
$url = $this->getUrl($urlKey,$params);
//session_commit();
header("Location: $url");
exit;
//exit;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册