From bfeb14b597504c26927e211b8c41182d2a831321 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Sun, 15 Dec 2019 17:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=90=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/catch.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/catch.php b/config/catch.php index 1cb9e39..49e01c9 100644 --- a/config/catch.php +++ b/config/catch.php @@ -12,6 +12,8 @@ return [ ], ], + 'domain' => 'catch', + // 错误提示 'error' => root_path('catchAdmin/index/view/') . 'error.html', ];