Showing
1 changed file
with
1 additions
and
1 deletions
@@ -56,7 +56,7 @@ const cachePage = { | @@ -56,7 +56,7 @@ const cachePage = { | ||
56 | '/activity/coupon/floor': 1 * MINUTE, | 56 | '/activity/coupon/floor': 1 * MINUTE, |
57 | 57 | ||
58 | // 商品列表 | 58 | // 商品列表 |
59 | - '/product/search/filter': 1 * MINUTE, | 59 | + // '/product/search/filter': 1 * MINUTE, // 不能缓存,有跨域问题 |
60 | 60 | ||
61 | /* 筛选默认须要添加uid参数 | 61 | /* 筛选默认须要添加uid参数 |
62 | '/product/list/index': 1 * MINUTE, | 62 | '/product/list/index': 1 * MINUTE, |
-
Please register or login to post a comment