diff --git a/config/app.php b/config/app.php index 032fc7a7f..00a723950 100644 --- a/config/app.php +++ b/config/app.php @@ -35,7 +35,7 @@ return [ // 禁止URL访问的应用列表(自动多应用模式有效) 'deny_app_list' => [], // 异常页面的模板文件 - 'exception_tmpl' => app()->getAppPath() . 'admin/view/error.tpl', + 'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl', // 错误显示信息,非调试模式有效 'error_message' => '页面错误!请稍后再试~', // 显示错误信息