From 92d4092f1c006d64d24ef1e2384cd939a73f9191 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Sun, 19 Jan 2020 15:49:58 +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/system/route.php | 1 - 1 file changed, 1 deletion(-) diff --git a/catch/system/route.php b/catch/system/route.php index 80aae25..277191e 100644 --- a/catch/system/route.php +++ b/catch/system/route.php @@ -9,7 +9,6 @@ $router->get('operateLog/index', '\catchAdmin\system\controller\OperateLog@index $router->delete('operateLog/empty', '\catchAdmin\system\controller\OperateLog@empty'); // 数据字典 -$router->get('data/dictionary', '\catchAdmin\system\controller\DataDictionary@index'); $router->get('tables', '\catchAdmin\system\controller\DataDictionary@tables'); $router->get('table/view/', '\catchAdmin\system\controller\DataDictionary@view'); $router->post('table/optimize', '\catchAdmin\system\controller\DataDictionary@optimize');