Browse Source

登录页加入返回首页

541469799@qq.com 9 tháng trước cách đây
mục cha
commit
8be076b626
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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');
+    }
+
 }