[更新]修正模板变量

This commit is contained in:
Anyon 2018-06-08 10:25:52 +08:00
parent 64366a684a
commit 3c132d1ebd

View File

@ -35,4 +35,10 @@ return [
'taglib_begin' => '{',
// 标签库标签结束标记
'taglib_end' => '}',
// 定义模板替换字符串
'tpl_replace_string' => [
'__APP__' => $appRoot,
'__ROOT__' => $uriRoot,
'__STATIC__' => $uriRoot . "/static",
],
];