mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修正模板变量
This commit is contained in:
parent
64366a684a
commit
3c132d1ebd
@ -35,4 +35,10 @@ return [
|
||||
'taglib_begin' => '{',
|
||||
// 标签库标签结束标记
|
||||
'taglib_end' => '}',
|
||||
// 定义模板替换字符串
|
||||
'tpl_replace_string' => [
|
||||
'__APP__' => $appRoot,
|
||||
'__ROOT__' => $uriRoot,
|
||||
'__STATIC__' => $uriRoot . "/static",
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user