From 385af3db6a63499e762fd203f730e79033e4804f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=8A=E5=AE=8F?= <389838709@qq.com> Date: Tue, 2 Jul 2024 16:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/front.php | 1 - 1 file changed, 1 deletion(-) diff --git a/route/front.php b/route/front.php index 548c3f8..7cc5399 100644 --- a/route/front.php +++ b/route/front.php @@ -3,7 +3,6 @@ use think\facade\Route; if (env('is_test')) { - print_r(111);die; Route::post('/front/login', 'app\admin\Login@login')->validate(\app\validate\admin\LoginValidate::class); Route::group('/front', function () { Route::get('/homeData', 'app\front\Index@homeData');