소스 검색

锚点跳转

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');
     }
 
-}
+}