From 70d7ac0aaaaaa0a2210292fc81bd8e1bb9d0dd2c Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 13 Mar 2018 20:06:27 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=8E=BB=E9=99=A4=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/route.php b/route/route.php index 13d7ce2f2..ba8649f28 100644 --- a/route/route.php +++ b/route/route.php @@ -15,7 +15,7 @@ use think\facade\Route; /* 去除下面注释可启用禁用功能 */ -//return []; +return []; /* 测试环境禁止操作路由绑定 */ Route::post('admin/user/pass', function () {