This commit is contained in:
parent
e0bc528d5d
commit
abdddf903a
|
@ -220,7 +220,7 @@ const login = () => {
|
||||||
var tokenPd = getCookie("lytoken");
|
var tokenPd = getCookie("lytoken");
|
||||||
if (!tokenPd) {
|
if (!tokenPd) {
|
||||||
window.location.href =
|
window.location.href =
|
||||||
"http://220.191.238.50:996/api/login?returnURL=" +
|
"https://jzzf.longyou.gov.cn:998/api/login?returnURL=" +
|
||||||
window.location.href;
|
window.location.href;
|
||||||
} else {
|
} else {
|
||||||
getMenu();
|
getMenu();
|
||||||
|
@ -272,7 +272,7 @@ const resetTimer = () => {
|
||||||
path: "/guide",
|
path: "/guide",
|
||||||
});
|
});
|
||||||
window.location.href =
|
window.location.href =
|
||||||
"http://220.191.238.50:996/api/login?returnURL=" + window.location.href;
|
"https://jzzf.longyou.gov.cn:998/api/login?returnURL=" + window.location.href;
|
||||||
}, 30 * 60 * 1000); // 30分钟
|
}, 30 * 60 * 1000); // 30分钟
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue