From a5b73d82f5bff833fc8fb2d86ce027ba12007b65 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 17 Mar 2020 16:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Common/Conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Common/Conf/config.php b/Application/Common/Conf/config.php index b260afc60..8d45ce0a4 100644 --- a/Application/Common/Conf/config.php +++ b/Application/Common/Conf/config.php @@ -86,7 +86,7 @@ $config = array( 'DOCUMENT_MODEL_TYPE' => array(2 => '主题', 1 => '目录', 3 => '段落'), //错误页面 'ERROR_MESSAGE' => '页面错误!请稍后再试~',//错误显示信息,非调试模式有效 - 'ERROR_PAGE' => 'public/error/404.html', // 错误定向页面 + 'ERROR_PAGE' => 'public/error/404.html', // 错误定向页面。 ); $config = array_merge($config, $env);