chore: 更新构建文件和缓存相关配置
- 更新构建ID和时间戳 - 清理旧的构建缓存文件 - 添加新的构建缓存文件 - 优化页面缓存逻辑
This commit is contained in:
@@ -688,7 +688,6 @@ try {
|
||||
if (process.env.NODE_ENV === 'development') {}
|
||||
else if (process.server) {
|
||||
console.log(`----------------------------------`);
|
||||
|
||||
const cacheKey = `details_${id}`;
|
||||
const cachedData = $cache.get(cacheKey);
|
||||
console.log(cachedData ? "缓存数据已存在" : "缓存数据不存在");
|
||||
|
||||
Reference in New Issue
Block a user