设置缓存一个小时

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-06-03 11:12:14 +08:00
parent 8cf779cfc4
commit 5b96c49b44
21 changed files with 149 additions and 149 deletions

View File

@@ -705,7 +705,7 @@ try {
option.value = data["option"];
isvote.value = data["isvote"];
seo.value = data.seo;
$cache.set(cacheKey, data, 5);
$cache.set(cacheKey, data, 3600);
}
});
}