|
@@ -50,7 +50,7 @@ class Passport extends Controller
|
|
|
|
|
|
$userId = UserService::getCurrentLoginUserId();
|
|
|
if ($userId){
|
|
|
- return redirect('/index/index/index.html');
|
|
|
+ return redirect('/index/index/index.html#goodsPosition');
|
|
|
}
|
|
|
|
|
|
return view('logIn');
|
|
@@ -132,4 +132,4 @@ class Passport extends Controller
|
|
|
return $this->renderError('something wrong');
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+}
|