修复refresh跳转未退出导致报找不到模板错误
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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 | /** |
-
Please register or login to post a comment