Showing
1 changed file
with
1 additions
and
2 deletions
@@ -5,10 +5,9 @@ const SECOND = 1; | @@ -5,10 +5,9 @@ const SECOND = 1; | ||
5 | const MINUTE = 60 * SECOND; | 5 | const MINUTE = 60 * SECOND; |
6 | 6 | ||
7 | const cachePage = { | 7 | const cachePage = { |
8 | - '/': 30 * SECOND, | ||
9 | 8 | ||
10 | // 频道页 | 9 | // 频道页 |
11 | - '/boys': 30 * SECOND, | 10 | + '/': 30 * SECOND, |
12 | '/woman': 30 * SECOND, | 11 | '/woman': 30 * SECOND, |
13 | '/kids': 30 * SECOND, | 12 | '/kids': 30 * SECOND, |
14 | '/lifestyle': 30 * SECOND, | 13 | '/lifestyle': 30 * SECOND, |
-
Please register or login to post a comment