Authored by hf

modify home page jump cdn cache bug

... ... @@ -361,7 +361,7 @@ class AbstractAction extends Controller_Abstract
$header['navTitle'] = $title;
}
if (!empty($homeUrl)) {
$header['navHome'] = $homeUrl . '?go=1';
$header['navHome'] = $homeUrl . '?go=1&t=' . time();
}
// 根据COOKIE记录的频道进行导航定位
... ...