设置缓存一个小时
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user