This commit is contained in:
duanxiaohai 2024-11-15 16:29:01 +08:00
parent e0bc528d5d
commit abdddf903a
1 changed files with 2 additions and 2 deletions

View File

@ -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
};