diff --git a/application/config.php b/application/config.php index 090e3f3..6e0eb06 100644 --- a/application/config.php +++ b/application/config.php @@ -15,7 +15,7 @@ return [ // +---------------------------------------------------------------------- // 应用调试模式 - 'app_debug' => true, + 'app_debug' => false, // 应用Trace 'app_trace' => false, // 应用模式状态 @@ -141,8 +141,8 @@ return [ // 视图输出字符串内容替换 'view_replace_str' => [], // 默认跳转页面对应的模板文件 - 'dispatch_success_tmpl' => THINK_PATH . 'tpl' . DS . 'dispatch_jump.tpl', - 'dispatch_error_tmpl' => THINK_PATH . 'tpl' . DS . 'dispatch_jump.tpl', + 'dispatch_success_tmpl' => APP_PATH . 'tpl' . DS . 'dispatch_jump.tpl', + 'dispatch_error_tmpl' => APP_PATH . 'tpl' . DS . 'dispatch_jump.tpl', // +---------------------------------------------------------------------- // | 异常及错误设置 diff --git a/application/tpl/dispatch_jump.tpl b/application/tpl/dispatch_jump.tpl new file mode 100644 index 0000000..1322f30 --- /dev/null +++ b/application/tpl/dispatch_jump.tpl @@ -0,0 +1,49 @@ +{__NOLAYOUT__} + +
+ + +