Showing
1 changed file
with
1 additions
and
1 deletions
@@ -44,7 +44,7 @@ const cachePage = { | @@ -44,7 +44,7 @@ const cachePage = { | ||
44 | 44 | ||
45 | // 秒杀详情 | 45 | // 秒杀详情 |
46 | '/product/^\\/seckill\\/pro_([\\d]+)_([\\d]+)/': 30 * MINUTE, | 46 | '/product/^\\/seckill\\/pro_([\\d]+)_([\\d]+)/': 30 * MINUTE, |
47 | - '/product/^\/seckill\/show_([\d]+)/': 30 * MINUTE, | 47 | + '/product/^\\/seckill\\/show_([\\d]+)/': 30 * MINUTE, |
48 | 48 | ||
49 | // sale | 49 | // sale |
50 | '/product/sale': 5 * MINUTE, | 50 | '/product/sale': 5 * MINUTE, |
-
Please register or login to post a comment