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