From b998d58deaa9994f6b0c26322ddc1a0930ab91bc Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Thu, 20 Feb 2020 18:09:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/login/route.php | 7 ------- 1 file changed, 7 deletions(-) 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');