From 67e79bfa190c646eac819606bafc6d2168a9c9c9 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Thu, 12 Dec 2019 18:53:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8E=E5=8F=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/catch.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/catch.php b/config/catch.php index b3d9bbc..1cb9e39 100644 --- a/config/catch.php +++ b/config/catch.php @@ -1 +1,17 @@ [ + 'route' => [ + 'index:index:index', // 首页 + 'index:index:theme', // 主题选择 + ], + // 模块 + 'module' => [ + 'login', + ], + ], + + // 错误提示 + 'error' => root_path('catchAdmin/index/view/') . 'error.html', +];