Authored by 姜枫

fix cache key

... ... @@ -50,7 +50,7 @@ const cachePage = {
'/product/list/new': 30 * SECOND,
// 品牌一览
'/brands': 5 * MINUTE,
'/brands/': 5 * MINUTE,
'/brands/plusstar': 5 * MINUTE,
'/special/(\\d+)_(.*)\\.html': 5 * MINUTE
... ...