Authored by 姜枫

fix cache key

... ... @@ -18,7 +18,7 @@ const cachePage = {
// 逛
'/guang/': 1 * MINUTE,
'/guang/info/index': 10 * MINUTE,
'/detail/:id': 10 * MINUTE,
'/guang/detail/:id': 10 * MINUTE,
'/guang/index/editor': 1 * MINUTE,
'/guang/tags/index': 1 * MINUTE,
... ...