重新初始化
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user