From 6e38e17908050eb2784610a44c2c7131dda01dab Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 9 Sep 2017 09:49:41 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=EF=BC=8C=E7=A6=81=E6=AD=A2=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/route.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/route.php b/application/route.php index 87303a45e..3ae84893a 100644 --- a/application/route.php +++ b/application/route.php @@ -25,6 +25,9 @@ think\Route::post([ }, 'admin/config/file' => function () { return json(['code' => 0, 'msg' => '测试环境禁修改文件配置操作!']); + }, + 'admin/menu/index' => function () { + return json(['code' => 0, 'msg' => '测试环境禁排序菜单操作!']); }, 'admin/menu/add' => function () { return json(['code' => 0, 'msg' => '测试环境禁添加菜单操作!']);