diff --git a/Web12306/js/boot.js b/Web12306/js/boot.js index a946f87..52e7686 100644 --- a/Web12306/js/boot.js +++ b/Web12306/js/boot.js @@ -121,7 +121,7 @@ start.always(function () { var page = location.pathname; if (location.search) { - page += location.search; + page += location.search + "&"; } else { page += "?"; }