jump.php 372 B

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