* @date 2019/3/3 */ return [ 'default_ajax_return' => 'html', // 默认跳转页面对应的模板文件 //'dispatch_success_tmpl' => Env::get('app_path') . 'admin/view/template/success.html', //'dispatch_error_tmpl' => Env::get('app_path') . 'admin/view/template/error.html', // 异常页面的模板文件 //'exception_tmpl' => Env::get('think_path') . 'tpl/think_exception.tpl', // 错误显示信息,非调试模式有效 'error_message' => '系统繁忙!请稍后再试~', ];