This commit is contained in:
parent
ec9d8982d6
commit
3526792745
|
@ -217,7 +217,8 @@ const login = () => {
|
|||
}
|
||||
} else {
|
||||
var tokenPd = getCookie("lytoken");
|
||||
if (!tokenPd) {
|
||||
var tokenLogin=tools.data.get("token");
|
||||
if (!tokenPd && !tokenLogin) {
|
||||
window.location.href =
|
||||
"https://jzzf.longyou.gov.cn:998/api/login?returnURL=" +
|
||||
window.location.href;
|
||||
|
|
Loading…
Reference in New Issue