diff --git a/library/think/cache/driver/File.php b/library/think/cache/driver/File.php index 68f38a0c..fddd9df0 100644 --- a/library/think/cache/driver/File.php +++ b/library/think/cache/driver/File.php @@ -26,7 +26,7 @@ class File 'path_level' => 1, 'prefix' => '', 'length' => 0, - 'path' => LOG_PATH, + 'path' => CACHE_PATH, 'data_compress' => false, ];