From 10b8a08466954320670da466772902ed7ce4a41a Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 13 Mar 2018 19:58:40 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=A2=9E=E5=8A=A0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=B7=AF=E7=94=B1=E5=B1=8F=E8=94=BD?= 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 ba8649f28..13d7ce2f2 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 () {