mirror of https://github.com/1Panel-dev/1Panel
parent
740b4c52d2
commit
ab523b6879
|
@ -50,7 +50,6 @@ class RequestHttp {
|
|||
return Promise.reject(data);
|
||||
}
|
||||
if (data.code == ResultEnum.EXPIRED) {
|
||||
globalStore.setLogStatus(false);
|
||||
router.push({ name: 'Expired' });
|
||||
return data;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue