mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
将topthink/think-template引入到框架内;增加fetch和include的文件目录的@和@/开头的定位方法
This commit is contained in:
@@ -26,7 +26,9 @@ return [
|
||||
// 标签库标签结束标记
|
||||
'taglib_end' => '}',
|
||||
// 模板缓存
|
||||
'display_cache' => true,
|
||||
'display_cache' => false,
|
||||
// 模板编译缓存
|
||||
'tpl_cache' => true,
|
||||
// 字符替换
|
||||
'tpl_replace_string' => [
|
||||
'__STATIC__' => Env::get('adminsystem.static_path', '/static'),
|
||||
|
||||
Reference in New Issue
Block a user