From 5dc8d8286cb05d30f0fa11341894487334cc4e04 Mon Sep 17 00:00:00 2001 From: "xiaobo.sun" Date: Tue, 19 Jan 2016 16:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=A8windows=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8B=EF=BC=8C=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=BB=98=E8=AE=A4=E8=B7=B3=E8=BD=AC=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AF=B9=E5=BA=94=E7=9A=84=E6=A8=A1=E6=9D=BF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E9=85=8D=E7=BD=AE=E5=80=BC=E7=9A=84=E6=96=9C=E6=9D=A0?= =?UTF-8?q?=E5=88=86=E5=89=B2=E7=AC=A6=E4=BC=9A=E5=AF=BC=E8=87=B4=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E6=97=A0=E6=B3=95=E6=89=BE=E5=88=B0=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9A=84=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convention.php b/convention.php index 0e7d3904..33201d2e 100644 --- a/convention.php +++ b/convention.php @@ -95,7 +95,7 @@ return [ // +---------------------------------------------------------------------- // 默认跳转页面对应的模板文件 - 'dispatch_jump_tmpl' => THINK_PATH . 'tpl/dispatch_jump.tpl', + 'dispatch_jump_tmpl' => THINK_PATH . 'tpl' . DS . 'dispatch_jump.tpl', // 默认的模板引擎 'template_engine' => 'Think', @@ -104,7 +104,7 @@ return [ // +---------------------------------------------------------------------- // 异常页面的模板文件 - 'exception_tmpl' => THINK_PATH . 'tpl/think_exception.tpl', + 'exception_tmpl' => THINK_PATH . 'tpl' . DS . 'think_exception.tpl', // 错误显示信息,非调试模式有效 'error_message' => '页面错误!请稍后再试~', // 错误定向页面