mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
优化返回
This commit is contained in:
parent
779527ba92
commit
eface0702c
@ -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参数
|
||||
|
||||
Loading…
Reference in New Issue
Block a user