Authored by 毕凯

Update cache.js

... ... @@ -99,7 +99,7 @@ const cachePage = {
// 品牌一览
'/brands': 5 * MINUTE,
'/brands/search': 1 * MINUTE,
'/^\/(.*?)-brands/': 1 * MINUTE,
'/^\\/(.*?)-brands/': 1 * MINUTE,
'/brands/getBrandList': 1 * MINUTE,
// 直播活动
... ...