zhangdehua 1 год назад
Родитель
Сommit
041ced7d1b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/index/controller/Passport.php

+ 2 - 2
app/index/controller/Passport.php

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