mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
8 lines
358 B
PHP
8 lines
358 B
PHP
<?php
|
|
|
|
return array(
|
|
//模板相关配置
|
|
'TMPL_ACTION_ERROR' => APP_PATH.'Admin/Tpl/jump.tpl', // 默认错误跳转对应的模板文件
|
|
'TMPL_ACTION_SUCCESS' => APP_PATH.'Admin/Tpl/jump.tpl', // 默认成功跳转对应的模板文件
|
|
'TMPL_EXCEPTION_FILE' => APP_PATH.'Admin/Tpl/exception.tpl',// 异常页面的模板文件
|
|
); |