优化代码

This commit is contained in:
Default
2025-04-04 00:48:11 +08:00
parent efbbfc3e0f
commit 4b97fe8a46
9 changed files with 469 additions and 379 deletions

View File

@@ -31,8 +31,8 @@ return [
'display_cache' => env('VIEW_DISPLAY_CACHE', false),
// 是否开启模板编译缓存,设为false则每次都会重新编译
'tpl_cache' => env('VIEW_TPL_CACHE', true),
'tpl_cache' => env('VIEW_TPL_CACHE', false),
//页面数据缓存,实际是控制器数据缓存
'view_data_cache' => env('VIEW_DATA_CACHE', false),
];