diff --git a/public/vcCore/vcFramework.js b/public/vcCore/vcFramework.js index 9d77f1304..f2f4a1c73 100644 --- a/public/vcCore/vcFramework.js +++ b/public/vcCore/vcFramework.js @@ -1237,11 +1237,11 @@ return urlParameters; }; vcFramework.getBack = function () { - window.location.href = document.referrer; + //window.location.href = document.referrer; window.history.back(-1); } vcFramework.goBack = function () { - window.location.href = document.referrer; + //window.location.href = document.referrer; window.history.back(-1); } //对象转get参数