From 10d62d854c0ce8969aa15cd57db438eef84079cd Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sat, 21 May 2016 23:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4error=5Fpage=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/convention.php b/convention.php index 09fff046..d0a4933b 100644 --- a/convention.php +++ b/convention.php @@ -120,8 +120,6 @@ return [ // 错误显示信息,非调试模式有效 'error_message' => '页面错误!请稍后再试~', - // 错误定向页面 - 'error_page' => '', // 显示错误信息 'show_error_msg' => false,