This commit is contained in:
Default
2025-05-19 16:45:17 +08:00
parent f7c50f1205
commit a37d691705

View File

@@ -39,5 +39,5 @@ return [
'view_data_cache' => env('VIEW_DATA_CACHE', false),
//页面数据缓存驱动
'view_data_cache_driver' => env('VIEW_DATA_CACHE_DRIVER', false),
'view_data_cache_driver' => env('VIEW_DATA_CACHE_DRIVER', 'redis'),
];