Browse Source

锚点跳转

zhangdehua 9 tháng trước cách đây
mục cha
commit
041ced7d1b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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');
     }
 
-}
+}