diff --git a/config/cache.php b/config/cache.php index 6b72dc8..c1d8d48 100644 --- a/config/cache.php +++ b/config/cache.php @@ -3,7 +3,6 @@ // +---------------------------------------------------------------------- // | 缓存设置 // +---------------------------------------------------------------------- - return [ // 默认缓存驱动 'default' => 'file', @@ -16,7 +15,7 @@ return [ // 缓存保存目录 'path' => '', // 缓存前缀 - 'prefix' => '', + 'prefix' => 'EA8TP', // 主要是为了区分不同版本安装后数据的残留 // 缓存有效期 0表示永久缓存 'expire' => 0, // 缓存标签前缀