|
|
@@ -76,9 +76,10 @@ class Login extends Controller
|
|
|
session('user_email', $user_info['user_email']);
|
|
|
|
|
|
if(!empty($http)){
|
|
|
+ return $this->redirect('Home/Product/product');
|
|
|
// header(location:$http);
|
|
|
// echo '<script>parent.location.href='.$http.';</script>';
|
|
|
- header("location:http://homedata.test/home/product/details.html?id=2");
|
|
|
+ //header("location:http://homedata.test/home/product/details.html?id=2");
|
|
|
}else{
|
|
|
return $this->redirect('User/Index/index');
|
|
|
}
|