瀏覽代碼

登录页加入返回首页

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