Explorar el Código

登录页加入返回首页

541469799@qq.com hace 9 meses
padre
commit
8be076b626
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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');
+    }
+
 }