Authored by hf

modify home page jump cdn cache bug

@@ -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记录的频道进行导航定位