From 670b7d13a8e5373f2d96def6851bb768b2d677de Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 2 Dec 2016 22:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/Template.php b/library/think/Template.php index 74407d62..944bf33d 100644 --- a/library/think/Template.php +++ b/library/think/Template.php @@ -26,6 +26,7 @@ class Template // 引擎配置 protected $config = [ 'view_path' => '', // 模板路径 + 'view_base' => '', 'view_suffix' => 'html', // 默认模板文件后缀 'view_depr' => DS, 'cache_suffix' => 'php', // 默认模板缓存后缀