zhangdehua преди 9 месеца
родител
ревизия
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();
             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');
     }
 
-}
+}