|
|
@@ -68,8 +68,8 @@ const showLoginTips = () => {
|
|
|
postQueue.length && postQueue.forEach((item) => item());
|
|
|
postQueue = [];
|
|
|
LoginDetector.valid();
|
|
|
- let url = window.location.href
|
|
|
- window.location.href = url
|
|
|
+ let url = window.location.href
|
|
|
+ window.location.href = url
|
|
|
} else if (response.code === statusCode.FAILURE_CODE_5001) {
|
|
|
showLoginTips();
|
|
|
}
|