app.php 193 B

1234567
  1. <?php
  2. //配置文件
  3. return [
  4. 'dispatch_success_tmpl' => __DIR__ . '/../view/commmon/dispatch_jump.tpl',
  5. 'dispatch_error_tmpl' => __DIR__ . '/../view/commmon/dispatch_jump.tpl',
  6. ];