改进异常页面显示

This commit is contained in:
thinkphp
2016-03-14 23:31:29 +08:00
parent e2333b97db
commit 7e55cad2d8
3 changed files with 50 additions and 76 deletions

View File

@@ -99,8 +99,6 @@ return [
// 默认跳转页面对应的模板文件
'dispatch_success_tmpl' => THINK_PATH . 'tpl' . DS . 'dispatch_jump.tpl',
'dispatch_error_tmpl' => THINK_PATH . 'tpl' . DS . 'dispatch_jump.tpl',
// 默认的模板引擎
'template_engine' => 'Think',
// +----------------------------------------------------------------------
// | 异常及错误设置