123456789101112 |
- <?php
- /**
- * Created by PhpStorm.
- * User: liliuwei
- * Date: 2019/5/23
- * Time: 22:50
- */
- return[
- // 默认跳转页面对应的模板文件
- 'dispatch_success_tmpl' => app()->getRootPath().'/vendor/liliuwei/thinkphp-jump/src/tpl/dispatch_jump.tpl',
- 'dispatch_error_tmpl' => app()->getRootPath().'/vendor/liliuwei/thinkphp-jump/src/tpl/dispatch_jump.tpl',
- ];
|