Authored by 王高尚(GasonWong)

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

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