优化代码
This commit is contained in:
@@ -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),
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user