Authored by 王高尚(GasonWong)

修复refresh跳转未退出导致报找不到模板错误

... ... @@ -119,6 +119,7 @@ class Action extends Controller_Abstract
$html .= "window.location.href='{$url}';";
$html .= "</script>";
echo $html;
exit();
}
/**
... ...