解决模板中无法使用标签的问题

This commit is contained in:
2018-07-24 20:21:07 +08:00
parent eb75913c2c
commit f3dec1751a
3 changed files with 3 additions and 9 deletions

View File

@@ -17,14 +17,6 @@ return [
// 应用调试模式
'app_debug' => true,
// +----------------------------------------------------------------------
// | 模板设置
// +----------------------------------------------------------------------
'template' => [
'taglib_build_in' => 'cx,com\Sent',
],
// 视图输出字符串内容替换
'view_replace_str' => [
'__PUBLIC__' => '/static',

View File

@@ -1,6 +1,7 @@
<?php
return array(
'template' => array(
'taglib_build_in' => 'cx,com\Sent',
'view_depr' => '_'
)
);