diff --git a/catch/login/route.php b/catch/login/route.php index 10665ea..90b3847 100644 --- a/catch/login/route.php +++ b/catch/login/route.php @@ -1,11 +1,4 @@ get('login', '\catchAdmin\login\controller\Index@index'); # 登入 $router->post('login', '\catchAdmin\login\controller\Index@login'); -# 登出 -$router->post('logout', '\catchAdmin\login\controller\Index@logout'); -# 验证码 -$router->get('catch/captcha/[:config]','\catchAdmin\login\controller\Index@captcha');