modify home page jump cdn cache bug
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -361,7 +361,7 @@ class AbstractAction extends Controller_Abstract | @@ -361,7 +361,7 @@ class AbstractAction extends Controller_Abstract | ||
361 | $header['navTitle'] = $title; | 361 | $header['navTitle'] = $title; |
362 | } | 362 | } |
363 | if (!empty($homeUrl)) { | 363 | if (!empty($homeUrl)) { |
364 | - $header['navHome'] = $homeUrl . '?go=1'; | 364 | + $header['navHome'] = $homeUrl . '?go=1&t=' . time(); |
365 | } | 365 | } |
366 | 366 | ||
367 | // 根据COOKIE记录的频道进行导航定位 | 367 | // 根据COOKIE记录的频道进行导航定位 |
-
Please register or login to post a comment