Authored by 毕凯

商品详情页面缓存调整

... ... @@ -28,6 +28,7 @@ const cachePage = {
// 商品详情页
'/product/\\/pro_([\\d]+)_([\\d]+)\\/(.*)/': 30 * MINUTE,
'/product/\\/show_([\\d]+)/': 30 * MINUTE,
'/product/^\\/(\\d+)\\.html/': 30 * MINUTE,
// 商品详情ajax
... ...