Showing
1 changed file
with
2 additions
and
2 deletions
@@ -27,8 +27,8 @@ const cachePage = { | @@ -27,8 +27,8 @@ const cachePage = { | ||
27 | '/coupon/index': 5 * MINUTE, | 27 | '/coupon/index': 5 * MINUTE, |
28 | 28 | ||
29 | // 商品列表 | 29 | // 商品列表 |
30 | - //'/product/list/index': 5 * MINUTE, | ||
31 | - //'/product/index/index': 5 * MINUTE, | 30 | + // '/product/list/index': 5 * MINUTE, |
31 | + // '/product/index/index': 5 * MINUTE, | ||
32 | 32 | ||
33 | // 秒杀列表 | 33 | // 秒杀列表 |
34 | '/product/seckill': 30 * SECOND, | 34 | '/product/seckill': 30 * SECOND, |
-
Please register or login to post a comment