<?php
/**
 * buwang
 */
return[
    // 默认跳转页面对应的模板文件
    'dispatch_success_tmpl' => app()->getBasePath().'/common/view/tpl/dispatch_jump.tpl',
    'dispatch_error_tmpl'   => app()->getBasePath().'/common/view/tpl/dispatch_jump.tpl',
];