소스 검색

登录页加入返回首页

541469799@qq.com 9 달 전
부모
커밋
8be076b626
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      app/index/controller/Passport.php

+ 5 - 0
app/index/controller/Passport.php

@@ -132,4 +132,9 @@ class Passport extends Controller
         return $this->renderError('something wrong');
     }
 
+    public function authGgUri()
+    {
+        return redirect('/index/passport/login.html');
+    }
+
 }