13 lines
372 B
PHP
13 lines
372 B
PHP
<?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',
|
|
];
|