From 6caafbf4ca081d5a17c3cb088bf41f0ed35d80b2 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Sun, 15 Dec 2019 18:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/catch.php | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/config/catch.php b/config/catch.php index 49e01c9..4fc7ec6 100644 --- a/config/catch.php +++ b/config/catch.php @@ -1,19 +1,13 @@ [ - 'route' => [ - 'index:index:index', // 首页 - 'index:index:theme', // 主题选择 - ], - // 模块 - 'module' => [ - 'login', - ], - ], - + /** + * set domain if you need + * + */ 'domain' => 'catch', - // 错误提示 + /** + * set error page + */ 'error' => root_path('catchAdmin/index/view/') . 'error.html', ];