修改配置文件

This commit is contained in:
JaguarJack 2019-01-21 15:53:10 +08:00
parent b4f6e5f231
commit b2e8d6ba5e

View File

@ -130,8 +130,8 @@ return [
'route_cache_option' => [], 'route_cache_option' => [],
// 默认跳转页面对应的模板文件 // 默认跳转页面对应的模板文件
'dispatch_success_tmpl' => Env::get('think_path') . 'tpl/dispatch_jump.tpl', 'dispatch_success_tmpl' => Env::get('root_path') . 'views' . DIRECTORY_SEPARATOR . 'admin/message.html',//Env::get('think_path') . 'tpl/dispatch_jump.tpl',
'dispatch_error_tmpl' => Env::get('think_path') . 'tpl/dispatch_jump.tpl', 'dispatch_error_tmpl' => Env::get('root_path') . 'views' . DIRECTORY_SEPARATOR . 'admin/message.html',//Env::get('think_path') . 'tpl/dispatch_jump.tpl',
// 异常页面的模板文件 // 异常页面的模板文件
'exception_tmpl' => Env::get('think_path') . 'tpl/think_exception.tpl', 'exception_tmpl' => Env::get('think_path') . 'tpl/think_exception.tpl',