优化手机端表现

This commit is contained in:
augushong
2024-11-07 14:32:34 +08:00
parent e2314b2553
commit 3baaf4747d
14 changed files with 48 additions and 82 deletions

View File

@@ -28,7 +28,7 @@ return [
// 模板缓存
'display_cache' => false,
// 模板编译缓存
'tpl_cache' => true,
'tpl_cache' => false,
// 字符替换
'tpl_replace_string' => [
'__STATIC__' => Env::get('adminsystem.static_path', '/static'),