@@ -98,7 +98,7 @@ qmInstance.interceptors.response.use(
if (status == 403 || status == 401) {
if (
window.___lastInvalidDate === undefined ||
- window.___lastInvalidDate < Date.now() - 300
+ window.___lastInvalidDate < Date.now() - 1000
) {
Message.error({
content: "登录失效,请重新登录!",